[CSS] Fixing poor responsiveness to main nav element hover animation.

Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
This commit is contained in:
Eliseu Amaro 2021-07-25 00:18:37 +01:00 committed by Diogo Peralta Cordeiro
parent a9d710f189
commit 0d83bbff23
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@
}
/* TIMELINE NAVIGATION / PLUGINS */
.timeline-nav {
.timeline-nav,
.timeline-nav h1 {
margin-top: var(--main-size);
display: flex;
flex-direction: column;