mirror of https://github.com/tildeclub/site.git
Prevent the H1 animation from pushing down the contents on the first run
This commit is contained in:
parent
f1c971e910
commit
258a8c1622
|
@ -78,8 +78,8 @@ h1 {
|
||||||
50% { opacity: 0; }
|
50% { opacity: 0; }
|
||||||
}
|
}
|
||||||
@keyframes reveal {
|
@keyframes reveal {
|
||||||
from { width: 2em; } /* Width of ::before */
|
from { max-width: 2em; } /* Width of ::before */
|
||||||
to { width: 100%; }
|
to { max-width: 100%; }
|
||||||
}
|
}
|
||||||
#fancyboi {
|
#fancyboi {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue