Skip to content

Commit 5b9bcb1

Browse files
committed
Fixed alignment of small images in figures
1 parent 5417afc commit 5b9bcb1

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

material/templates/assets/stylesheets/main.50c56a3b.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/templates/assets/stylesheets/main.50c56a3b.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/templates/assets/stylesheets/main.f2e4d321.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/assets/stylesheets/main.f2e4d321.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% endif %}
4545
{% endblock %}
4646
{% block styles %}
47-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.50c56a3b.min.css' | url }}">
47+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f2e4d321.min.css' | url }}">
4848
{% if config.theme.palette %}
4949
{% set palette = config.theme.palette %}
5050
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

src/templates/assets/stylesheets/main/_typeset.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ kbd {
408408
// Figure images
409409
img {
410410
display: block;
411+
margin: 0 auto;
411412
}
412413
}
413414

0 commit comments

Comments
 (0)