display:inline is needed for sticky header thing

This commit is contained in:
Arya K 2022-11-23 11:22:35 +00:00
parent 049fad2f2c
commit 0172c80efa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ nav li { display:inline-block no; margin-right:20px; }
a { color:#ff6c6b; text-decoration:none; }
a:hover { color:#ff6c6b; text-decoration:underline; }
h1, h2, h3 {
display:block; /* Sidenote: who decided on inline? */
display:inline; /* Sidenote: who decided on inline? */
line-height:1.2;
color:#51afef;
font-size:1.3em;