posts: show 2 thumbnails per row on mobile instead of 3.
Fix regression in e8f9e3ab2 after adding adjustable thumbnail sizes.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
&.post-gallery-360 .posts-container { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); }
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
&.post-gallery-150 .posts-container { grid-template-columns: repeat(3, auto); }
|
||||
&.post-gallery-150 .posts-container { grid-template-columns: repeat(2, auto); }
|
||||
&.post-gallery-180 .posts-container { grid-template-columns: repeat(2, auto); }
|
||||
&.post-gallery-225 .posts-container { grid-template-columns: repeat(2, auto); }
|
||||
&.post-gallery-225w .posts-container { grid-template-columns: repeat(2, auto); }
|
||||
|
||||
Reference in New Issue
Block a user