properly position the main element
This commit is contained in:
parent
93bfb95f6a
commit
a654587221
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue