[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 Hugo Sales
parent e0a14f0b86
commit 5e31e3290d
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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;