Merge pull request #5053 from NamelessContributor/fix-5052

posts: fix sidebar min-width on small screens (fix #5052)
This commit is contained in:
evazion
2022-03-22 03:42:41 -05:00
committed by GitHub

View File

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