Skip to content

Commit 7163801

Browse files
authored
✨ IMPROVE: admonitions full width (#255)
1 parent 78acc03 commit 7163801

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

pydata_sphinx_theme/static/css/index.e00ebc5fe59cde01733db895d987848c.css renamed to pydata_sphinx_theme/static/css/index.689d8a1e63c34b0b2966dc009a5ecd08.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
@@ -16,13 +16,13 @@
1616
{% endmacro %}
1717

1818
{% macro head_pre_bootstrap() %}
19-
<link rel="stylesheet" href="{{ pathto('_static/css/index.e00ebc5fe59cde01733db895d987848c.css', 1) }}">
19+
<link rel="stylesheet" href="{{ pathto('_static/css/index.689d8a1e63c34b0b2966dc009a5ecd08.css', 1) }}">
2020
{% endmacro %}
2121

2222
{% macro head_js_preload() %}
23-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.88dc4f4c5bd3676d55da.js', 1) }}">
23+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.0c807b2b8646875702ce.js', 1) }}">
2424
{% endmacro %}
2525

2626
{% macro body_post() %}
27-
<script src="{{ pathto('_static/js/index.88dc4f4c5bd3676d55da.js', 1) }}"></script>
27+
<script src="{{ pathto('_static/js/index.0c807b2b8646875702ce.js', 1) }}"></script>
2828
{% endmacro %}

src/scss/_admonitions.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Admonitions CSS inspired by https://squidfunk.github.io/mkdocs-material/getting-started/
22
.admonition {
3-
width: 95%;
43
margin: 1.5625em auto;
54
padding: 0 .6rem .8rem .6rem !important;
65
overflow: hidden;

0 commit comments

Comments
 (0)