From 2c6a63cdc172d4e08be3a31262ac35f63f1e902a Mon Sep 17 00:00:00 2001 From: ncc Date: Mon, 21 Mar 2022 18:47:45 -0500 Subject: [PATCH] feat: Add margin to main content --- templates/template.pug | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/template.pug b/templates/template.pug index a14e877..df47d18 100644 --- a/templates/template.pug +++ b/templates/template.pug @@ -39,6 +39,7 @@ html(lang='en') } #main { grid-area: main; + margin: 0 80px 0 0; } #footer { grid-area: footer; @@ -77,10 +78,10 @@ html(lang='en') } .main-content { background: none; - margin: 0.75%; + margin: 0.85%; word-wrap: break-word; font-size: 12px; - font-size: 0.9vh; + font-size: 0.95vh; } .fa-ul { margin-left: 1.5vh