Fix Apple WebKit. Closes issue #1
This commit is contained in:
parent
4fa21b9022
commit
2a50c31ac8
|
@ -30,7 +30,6 @@ p.info {
|
|||
}
|
||||
div.main {
|
||||
top: 10%;
|
||||
|
||||
right: 25%;
|
||||
position: fixed;
|
||||
margin: auto;
|
||||
|
@ -42,6 +41,7 @@ body {
|
|||
background-image: url("/img/bg.png");
|
||||
}
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
|
@ -84,4 +84,5 @@ img.githubico {
|
|||
font-size: 5vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Pronouns page stoof */
|
||||
|
|
Loading…
Reference in New Issue