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
7 changed files with 10 additions and 3 deletions

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;
}
}
}