CSS: Fix menu not being centered.
This commit is contained in:
parent
f097533a00
commit
0f2a476377
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user