From 571362bb72623bc89ffed13d49ab4c4ecef1b372 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 12 Mar 2023 11:47:36 +0000 Subject: [PATCH] Increasing bottom margin of service blocks --- assets/css/base.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index f4ca115..80d7b33 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -7,15 +7,9 @@ footer a { color: #fff; } -/* Give service boxes a bottom margin - Still working on a border style that I like */ +/* Give service boxes a bottom margin */ .service { - margin-bottom: 10px; - - /* border-radius: 5px; - border-width: 1px; - border-color: #000; - border-style: solid; */ + margin-bottom: 20px; } /* Limit size of navbar logo and invert it */