Fixed safari issues

This commit is contained in:
z0ccc 2021-09-29 17:00:12 -04:00
parent d657526008
commit e539eb0a75
3 changed files with 5 additions and 4 deletions

View file

@ -40,7 +40,7 @@
/> />
<meta name="twitter:image" content="https://vytal.io/vytal.png" /> <meta name="twitter:image" content="https://vytal.io/vytal.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<title>Vytal</title> <title>Vytal Privacy Scan</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View file

@ -38,7 +38,9 @@ input[type='text'] {
padding: 6px; padding: 6px;
width: 200px; width: 200px;
outline: none; outline: none;
-webkit-appearance: none;
} }
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.boxWrap { .boxWrap {
padding: 8px; padding: 8px;

View file

@ -5,14 +5,13 @@
} }
.logo { .logo {
margin: 20px 0; margin: 20px 0 16px 0;
width: 250px; width: 250px;
display: flex;
} }
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.logo { .logo {
width: 160px; width: 160px;
margin: 12px 0; margin: 12px 0 8px 0;
} }
} }