From 462d76a216e4823eb8a3b17e0e1f5ae6219a6a61 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Mon, 18 Dec 2023 02:44:42 -0500 Subject: [PATCH] Consistent styling between h1 and .title --- style.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 17f1a5a..57d1ebc 100644 --- a/style.css +++ b/style.css @@ -272,13 +272,14 @@ tr:nth-child(odd) { font-size: 0.938em; } -.main h1 { +.main h1, .box .title { font-size: 1.25em; font-weight: normal; background: #e9e9e9; border: 1px #cecece solid; border-radius: 5px; padding: 3px 5px 3px 5px; + margin: 12px 0; } .main h2 { @@ -295,13 +296,7 @@ tr:nth-child(odd) { flex-basis: 25%; padding: 5px 10px 5px 5px; } -.box .title { - font-size: 1.25em; - background: #e9e9e9; - border: 1px #cecece solid; - border-radius: 5px; - padding: 3px 5px 3px 5px; -} + .box .post { margin: 5px 0 5px 0; }