From f460db6a5be3dd95be9b8df9cc5f8f6c9dd184f7 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 19 Nov 2024 23:36:10 +0000 Subject: [PATCH] Update some styles/layout --- public/css/index.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index c0397c9..046ebf5 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -196,7 +196,7 @@ header { text-decoration: none; } .nav a[href][aria-current='page'] { - text-decoration: underline; + font-weight: bold; } /* Posts list */ @@ -283,7 +283,6 @@ header { align-items: center; justify-content: center; text-transform: capitalize; - font-style: italic; } .postlist-item > .post-tag { align-self: center; @@ -301,3 +300,15 @@ header { .post-metadata time { margin-right: 1em; } + +img { + max-width: 100%; + display: block; + margin: 0 auto; +} +img[height] { + height: auto; +} +img[width][height] { + height: auto; +}