Skip to content

Commit

Permalink
Add horizontal padding to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 19, 2024
1 parent c902728 commit abcf874
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/utility/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ h6 {
font-size: $h6-font-size-h6;
}

.container, .container-sm,
.container-md, .container-lg,
.container-xl, .container-xxl {
padding: 0 5rem;
}

.row {
margin: 0 !important;
}
Expand Down

0 comments on commit abcf874

Please sign in to comment.