Skip to content

Commit 7adb0d6

Browse files
author
Copilot
committed
Widen content containers (xl 1320, xxl 1500)
1 parent 26d8c5a commit 7adb0d6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/scss/_variables.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@
66

77
@import "./variables/colors.scss";
88
@import "./variables/typography.scss";
9+
10+
// Wider containers — give the content more breathing room toward the edges.
11+
// Bootstrap defaults: sm 540, md 720, lg 960, xl 1140, xxl 1320.
12+
$container-max-widths: (
13+
sm: 540px,
14+
md: 720px,
15+
lg: 960px,
16+
xl: 1320px,
17+
xxl: 1500px
18+
) !default;

0 commit comments

Comments
 (0)