CSS: Fix menu not being centered.

This commit is contained in:
tastytea 2021-08-09 17:09:28 +02:00
parent f097533a00
commit 0f2a476377
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 3 deletions

View File

@ -65,8 +65,8 @@ html
scroll-padding-top: 0.5em;
}
/* Exception for /posts/ */
li[role="article"]
/* Exception for /posts/ and headlines */
li[role="article"], h1, h2, h3, h4, h5, h6
{
text-align: left;
}
@ -112,7 +112,6 @@ a:hover, a:hover:visited
.header, .nav ul, .pagination ul, h1, h2, h3, h4, h5, h6
{
font-family: var(--font-sans-serif);
text-align: left;
}
.header .title, .nav a