mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
Prevent the H1 animation from pushing down the contents on the first run
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user