From 0f2a4763770f227300b5c5c172bf84398d9f5c92 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 Aug 2021 17:09:28 +0200 Subject: [PATCH] CSS: Fix menu not being centered. --- assets/blog.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/blog.css b/assets/blog.css index bba103a..4f57a16 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -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