Small style tweaks

This commit is contained in:
swaggboi 2022-02-13 00:56:20 -05:00
parent 458498939d
commit 4c6e2dcdb9

View File

@ -5,6 +5,7 @@
html, body { html, body {
margin: 0px; margin: 0px;
height: 100%; height: 100%;
font-family: sans-serif;
} }
.modal.background { .modal.background {
@ -28,7 +29,7 @@ html, body {
-webkit-animation-name: from_top; -webkit-animation-name: from_top;
-webkit-animation-duration: 1.5s; -webkit-animation-duration: 1.5s;
animation-name: from_top; animation-name: from_top;
animation-duration: 1s; animation-duration: 1.5s;
position: absolute; position: absolute;
left: 25%; left: 25%;
top: 25%; top: 25%;