Fixed safari issues
This commit is contained in:
parent
d657526008
commit
e539eb0a75
3 changed files with 5 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
/>
|
||||
<meta name="twitter:image" content="https://vytal.io/vytal.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>Vytal</title>
|
||||
<title>Vytal Privacy Scan</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ input[type='text'] {
|
|||
padding: 6px;
|
||||
width: 200px;
|
||||
outline: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.boxWrap {
|
||||
padding: 8px;
|
||||
|
|
|
|||
|
|
@ -5,14 +5,13 @@
|
|||
}
|
||||
|
||||
.logo {
|
||||
margin: 20px 0;
|
||||
margin: 20px 0 16px 0;
|
||||
width: 250px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.logo {
|
||||
width: 160px;
|
||||
margin: 12px 0;
|
||||
margin: 12px 0 8px 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue