Fix formatting as well

This commit is contained in:
IDeletedSystem64 2022-08-18 18:06:48 -05:00
parent 4bfd404d10
commit 51a4e8fac2
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ a {
border-right: 0.1px solid #dad9d9; border-right: 0.1px solid #dad9d9;
border-bottom: 1px solid #dad9d9; border-bottom: 1px solid #dad9d9;
border-left: 1px solid transparent; border-left: 1px solid transparent;
box-shadow: inset -0.05em -0.05em transparent;} box-shadow: inset -0.05em -0.05em transparent;}
.button.button1:hover { .button.button1:hover {
background-color: #ACACAC; background-color: #ACACAC;
} }
@ -129,7 +129,7 @@ img.githubico {
} }
input { input {
font-size: 7vw; font-size: 7vw;
-webkit-text-size-adjust:100%; -webkit-text-size-adjust:100%;
min-width: 110%; min-width: 110%;
max-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. */ /* 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. */