Skip to content

Commit

Permalink
Add margin to all <main> elements
Browse files Browse the repository at this point in the history
  • Loading branch information
sssoz committed Apr 12, 2023
1 parent b77400d commit 3a496cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cms/sass/base/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ html {
}
}

main {
margin-bottom: $spacing-06;
}

h2, h3, h4, h5, h6 {
margin: $spacing-04 0 $spacing-03 0;
line-height: 1.05;
Expand Down

0 comments on commit 3a496cd

Please sign in to comment.