Skip to content

Commit

Permalink
smaller line height
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 24, 2021
1 parent ad82501 commit 92948e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pydata_sphinx_theme/static/webpack-macros.html
Expand Up @@ -13,13 +13,13 @@

{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.66fed9a9545f346acbb042e1100de198.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.193492646ce36602d287d5d23c98cd4a.css', 1) }}" rel="stylesheet">
{% endmacro %}

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

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.2695b9dcc2f42fc8b540.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.0f3584fff3176fd4ac0e.js', 1) }}"></script>
{% endmacro %}
2 changes: 1 addition & 1 deletion src/scss/index.scss
Expand Up @@ -404,6 +404,7 @@ nav.bd-links {

p {
margin: 0 0.3em;
line-height: 1.3em;
}

i {
Expand All @@ -425,7 +426,6 @@ nav.bd-links {
color: rgba(var(--pst-color-link), 1);
font-weight: 600;
font-size: 1.1em;
line-height: 1.3em;
}

&:hover p.prev-next-title {
Expand Down

0 comments on commit 92948e1

Please sign in to comment.