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