Skip to content

Commit 16d1e09

Browse files
authored
FIX: Updating the right sidebar width breakpoint (#341)
1 parent b5351c5 commit 16d1e09

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pydata_sphinx_theme/static/css/index.101715efdecc9b59cb6e1ddfa685c31f.css renamed to pydata_sphinx_theme/static/css/index.f00484522d6fb2c299af35bd00635ee2.css

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

pydata_sphinx_theme/static/webpack-macros.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
{% macro head_pre_bootstrap() %}
1515
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
16-
<link href="{{ pathto('_static/css/index.101715efdecc9b59cb6e1ddfa685c31f.css', 1) }}" rel="stylesheet" />
16+
<link href="{{ pathto('_static/css/index.f00484522d6fb2c299af35bd00635ee2.css', 1) }}" rel="stylesheet" />
1717
{% endmacro %}
1818

1919
{% macro head_js_preload() %}
20-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.d8bbf5861d671d414e1a.js', 1) }}">
20+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.e730927f4b39806eaf62.js', 1) }}">
2121
{% endmacro %}
2222

2323
{% macro body_post() %}
24-
<script src="{{ pathto('_static/js/index.d8bbf5861d671d414e1a.js', 1) }}"></script>
24+
<script src="{{ pathto('_static/js/index.e730927f4b39806eaf62.js', 1) }}"></script>
2525
{% endmacro %}

src/scss/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $grid-breakpoints: (
1313
sm: 540px,
1414
md: 720px,
1515
lg: 960px,
16-
xl: 1400px,
16+
xl: 1200px,
1717
);
1818

1919
// Import Bootstrap core

0 commit comments

Comments
 (0)