properly position the main element
This commit is contained in:
parent
93bfb95f6a
commit
a654587221
|
@ -35,7 +35,7 @@ body, html {
|
||||||
|
|
||||||
.delay-show {
|
.delay-show {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 10%;
|
top: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
animation: delay-show-fade-in 1.5s ease;
|
animation: delay-show-fade-in 1.5s ease;
|
||||||
|
|
Loading…
Reference in New Issue