Fix missing brackets and semicolons
This commit is contained in:
parent
4a410538e9
commit
4bfd404d10
|
@ -108,7 +108,7 @@ a {
|
|||
box-shadow: inset -0.05em -0.05em transparent;}
|
||||
.button.button1:hover {
|
||||
background-color: #ACACAC;
|
||||
{
|
||||
}
|
||||
|
||||
img.githubico {
|
||||
left: 49%;
|
||||
|
@ -129,7 +129,7 @@ img.githubico {
|
|||
}
|
||||
input {
|
||||
font-size: 7vw;
|
||||
-webkit-text-size-adjust:100%
|
||||
-webkit-text-size-adjust:100%;
|
||||
min-width: 110%;
|
||||
max-width: 110%;
|
||||
/* I lack the understanding as to why I have to set a mix/max, but its also nearly midnight as I'm writing this and I should probably go to bed. */
|
||||
|
|
Loading…
Reference in New Issue