posts: fix sidebar min-width on small screens

fix #5052
This commit is contained in:
NamelessContributor
2022-03-16 08:51:07 +01:00
parent ded03df1ff
commit 3b05abc012

View File

@@ -32,6 +32,8 @@ footer#page-footer {
#sidebar {
flex: 0;
min-width: 230px;
@media (min-width: 1080px) {
min-width: 245px;
}