From 6beea1d4127d2d51bfdc75162423407c198d19da Mon Sep 17 00:00:00 2001 From: a73x Date: Sat, 21 Dec 2024 11:53:54 +0000 Subject: add date to posts --- public/static/styles.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'public/static/styles.css') diff --git a/public/static/styles.css b/public/static/styles.css index 7259353..cae2337 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -27,17 +27,14 @@ hr { h1 { - margin-bottom: 0; font-size: 1.8rem; } h2 { - margin-bottom: 0; font-size: 1.5rem; } h3 { - margin-bottom: 0; font-size: 1.2rem; } @@ -56,7 +53,8 @@ main { justify-content: space-between; } -.header-title { +.header-title h1{ + margin-bottom: 0px; } .nav { -- cgit v1.2.3