Skip to content

Commit

Permalink
fix: issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Borderliner committed Nov 25, 2023
1 parent 1710ffb commit 8bda751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/layout/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
// Decrease the content width for non-mobiles
@media (min-width: $media-mobile) {
.content {
padding: auto 0;
padding-left: 0;
padding-right: 0;
width: 85%;
}
}
Expand Down

0 comments on commit 8bda751

Please sign in to comment.