Skip to content

Commit

Permalink
Width grid-template in lg breakpoint
Browse files Browse the repository at this point in the history
Proposal for a new "lg" width
  • Loading branch information
xentenza committed Nov 8, 2023
1 parent 2e34d17 commit 9373d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/config/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@include media-breakpoint-up(lg) {
grid-template-columns:
[full-start] 1fr
[content-start] #{col-width(lg, 8)}
[content-start] #{col-width(lg, 7.125)}
[content-end] 1fr
[full-end];
}
Expand Down

0 comments on commit 9373d3d

Please sign in to comment.