Skip to content

Commit

Permalink
feat: Add margin to main content
Browse files Browse the repository at this point in the history
  • Loading branch information
nccurry committed Mar 21, 2022
1 parent 1599df1 commit 2c6a63c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/template.pug
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ html(lang='en')
}
#main {
grid-area: main;
margin: 0 80px 0 0;
}
#footer {
grid-area: footer;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c6a63c

Please sign in to comment.