Skip to content

Commit

Permalink
Fixed alignment of small images in figures
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 2, 2024
1 parent 5417afc commit 5b9bcb1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Expand Up @@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.50c56a3b.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f2e4d321.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
Expand Down
1 change: 1 addition & 0 deletions src/templates/assets/stylesheets/main/_typeset.scss
Expand Up @@ -408,6 +408,7 @@ kbd {
// Figure images
img {
display: block;
margin: 0 auto;
}
}

Expand Down

0 comments on commit 5b9bcb1

Please sign in to comment.