Skip to content

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramono committed Oct 22, 2021
1 parent 61b2f2d commit d0d76e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scss/grid/_lg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
.grid {
width: grid.$grid-width;
gap: grid.$gutter;
@if(grid.$gutter-sides > 0) {
padding: 0 math.div(grid.$gutter-sides, 2);
@if (grid.$gutter-sides > 0) {
padding: 0 math.div(grid.$gutter-sides, 2);
}

&.grid-tight {
Expand Down
2 changes: 1 addition & 1 deletion scss/variables/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $include-grid: true;

// Mobile grid
$sm-grid-width: 92%;
$sm-grid-wide-width: 100%;
$sm-grid-wide-width: 96%;
$sm-grid-narrow-width: 80%;
$sm-gutter: 24px;
$sm-gutter-sides: 0;
Expand Down

0 comments on commit d0d76e0

Please sign in to comment.