Skip to content

Commit 142f437

Browse files
Limit .container width to 960px
1 parent 71ba286 commit 142f437

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc-tool/bootstrap-theme/theme.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ $theme-colors: (
1717
"accent": #ca445e, // secondary-like for dark backgrounds
1818
"contrast": #f26527, // used on dark backgrounds
1919
);
20+
$container-max-widths: (
21+
sm: 540px,
22+
md: 720px,
23+
lg: 960px,
24+
xl: 960px
25+
);
2026

2127
$code-color: theme-color("secondary");
2228
$font-family-monospace: "Source Code Pro", monospace;

doc-tool/resources/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)