Skip to content

Commit

Permalink
✨ IMPROVE: admonitions full width (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Sep 23, 2020
1 parent 78acc03 commit 7163801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pydata_sphinx_theme/static/webpack-macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
{% endmacro %}

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

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

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.88dc4f4c5bd3676d55da.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.0c807b2b8646875702ce.js', 1) }}"></script>
{% endmacro %}
1 change: 0 additions & 1 deletion src/scss/_admonitions.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Admonitions CSS inspired by https://squidfunk.github.io/mkdocs-material/getting-started/
.admonition {
width: 95%;
margin: 1.5625em auto;
padding: 0 .6rem .8rem .6rem !important;
overflow: hidden;
Expand Down

0 comments on commit 7163801

Please sign in to comment.