Wait for window load event to display home navigation

This commit is contained in:
Paul Nicoué 2022-04-27 17:30:40 +02:00
parent 11756acbdd
commit 31ddcfce63
6 changed files with 17 additions and 15 deletions

View file

@ -30,7 +30,7 @@ h1 {
}
h2 {
font-family: var(-text-font-family);
font-family: var(--text-font-family);
font-size: var(--h2-font-size);
line-height: var(--h2-font-size);
margin: 0 0 4rem 0;