properly position the main element

This commit is contained in:
b1ek 2023-08-23 23:01:10 +10:00
parent 93bfb95f6a
commit a654587221
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ body, html {
.delay-show {
position: relative;
top: 10%;
top: 32px;
display: block;
opacity: 1;
animation: delay-show-fade-in 1.5s ease;