Fix Apple WebKit. Closes issue #1

This commit is contained in:
IDeletedSystem64 2022-04-29 16:45:23 -05:00
parent 4fa21b9022
commit 2a50c31ac8
1 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,6 @@ p.info {
} }
div.main { div.main {
top: 10%; top: 10%;
right: 25%; right: 25%;
position: fixed; position: fixed;
margin: auto; margin: auto;
@ -42,6 +41,7 @@ body {
background-image: url("/img/bg.png"); background-image: url("/img/bg.png");
} }
input { input {
-webkit-appearance: none;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
display: block; display: block;
@ -85,3 +85,4 @@ img.githubico {
text-align: center; text-align: center;
} }
} }
/* Pronouns page stoof */