Skip to content

Commit

Permalink
Fixed margins for nested inline admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 14, 2021
1 parent 1627439 commit c6e1597
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.2c0c5eaf.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.6e4c7934.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6e4c7934.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.2c0c5eaf.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">
Expand Down
Expand Up @@ -83,9 +83,10 @@ $admonitions: (
border-left: none;
}

// Adjust spacing for nested admonitions
// Adjust horizontal spacing for nested admonitions
.admonition {
margin: 1em 0;
margin-top: 1em;
margin-bottom: 1em;
}

// Adjust spacing for contained table wrappers
Expand Down

0 comments on commit c6e1597

Please sign in to comment.