From fbe58ba0f38683732f6f731081266ca5dc2f98c2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 Aug 2021 12:28:08 +0200 Subject: [PATCH] CSS: Add text-align-exception for /posts/. Would look weird on small screens. --- assets/blog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/blog.css b/assets/blog.css index 54f6163..4de0f73 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -65,6 +65,12 @@ html scroll-padding-top: 0.5em; } +/* Exception for /posts/ */ +li[role="article"] +{ + text-align: left; +} + body { margin-top: 0.5em;