Fixed image alignment and details inline positioning

This commit is contained in:
squidfunk 2021-02-24 10:04:42 +01:00
parent 0b2e14056a
commit a17b6375f0
7 changed files with 8 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a3f8f96a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.82de3023.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">

View File

@ -77,11 +77,12 @@ kbd {
}
// Default spacing
p,
ul,
ol,
dl,
blockquote {
figure,
blockquote,
pre {
display: flow-root;
margin: 1em 0;
}
@ -216,8 +217,6 @@ kbd {
// Unformatted content
pre {
position: relative;
display: flow-root;
margin: 1em 0;
line-height: 1.4;
// Code block

View File

@ -38,7 +38,7 @@
details {
@extend .admonition;
display: block;
display: flow-root;
padding-top: 0;
overflow: visible;