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 %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% 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 %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">

View File

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

View File

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