posts: increase default thumbnail size.
* Increase the default thumbnail size from small (150x150) to medium (180x180). * Change the mobile layout to use three posts per row instead of two for small thumbnails. Parent/child posts are still 150x150 to avoid taking up even more space above posts.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
&.post-gallery-150 .posts-container { grid-template-columns: repeat(2, auto); }
|
||||
&.post-gallery-150 .posts-container { grid-template-columns: repeat(3, minmax(0, 150px)); }
|
||||
&.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