Fixed blog post metadata layout on small screens

This commit is contained in:
squidfunk 2023-10-14 10:27:56 +02:00
parent c516ddf7db
commit 2800e7ea62
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 10 additions and 3 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

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6a10b989.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35e1ed30.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.356b1318.min.css' | url }}">

View File

@ -165,6 +165,10 @@
width: 100%;
padding: 0;
.md-sidebar__scrollwrap {
overflow: visible;
}
.md-sidebar__inner {
padding: 0;
}
@ -191,6 +195,8 @@
.md-nav {
position: initial;
height: auto;
margin-bottom: 0;
}
}
}