Skip to content

Commit aa92528

Browse files
committed
Add container-max-widths
This complements $grid-breakpoints instead of replacing it
1 parent c4148c4 commit aa92528

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pydata_sphinx_theme/static/css/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/index.scss

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
// Override bootstrap variables
22
$spacer: 1rem;
3+
4+
$container-max-widths: (
5+
sm: 540px,
6+
md: 720px,
7+
lg: 960px,
8+
xl: 1400px,
9+
);
10+
311
$grid-breakpoints: (
412
xs: 0,
513
sm: 540px,

0 commit comments

Comments
 (0)