Skip to content

Commit 8f6f792

Browse files
Update src/scss/_base.scss
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent c0edcf1 commit 8f6f792

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pydata_sphinx_theme/static/css/index.9544aea6b245164c7eca814f34281c72.css renamed to pydata_sphinx_theme/static/css/index.de33f93eec38e67b27808ef5e2abb7a3.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.

pydata_sphinx_theme/static/webpack-macros.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
{% macro head_pre_bootstrap() %}
1919
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
20-
<link href="{{ pathto('_static/css/index.9544aea6b245164c7eca814f34281c72.css', 1) }}" rel="stylesheet" />
20+
<link href="{{ pathto('_static/css/index.de33f93eec38e67b27808ef5e2abb7a3.css', 1) }}" rel="stylesheet" />
2121
{% endmacro %}
2222

2323
{% macro head_js_preload() %}
24-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.b1f5867f36ce1c1b9e32.js', 1) }}">
24+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.2bf9d6165e76db871483.js', 1) }}">
2525
{% endmacro %}
2626

2727
{% macro body_post() %}
28-
<script src="{{ pathto('_static/js/index.b1f5867f36ce1c1b9e32.js', 1) }}"></script>
28+
<script src="{{ pathto('_static/js/index.2bf9d6165e76db871483.js', 1) }}"></script>
2929
{% endmacro %}

src/scss/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pre {
116116
display: block;
117117
content: '';
118118
height: var(--header-height);
119-
margin: -(var(--header-height)) 0 0;
119+
margin: calc(-1 * var(--header-height)) 0 0;
120120
background-color: white;
121121
}
122122
}

0 commit comments

Comments
 (0)