posts: reduce sidebar width on laptops/tablets.
This allows fitting one more medium-size thumbnail per row on laptop and tablet size screens.
This commit is contained in:
@@ -31,7 +31,14 @@ footer#page-footer {
|
|||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
min-width: 20em;
|
|
||||||
|
@media (min-width: 1080px) {
|
||||||
|
min-width: 245px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1920px) {
|
||||||
|
min-width: 280px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|||||||
Reference in New Issue
Block a user