Widen the gap between listing items
.post/.hentry margin-bottom goes from the theme's 20px to 50px, giving about 72px between items once the heading margins and the clearing <br /> are counted. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1144,7 +1144,8 @@ h3.arc-src {
|
|||||||
.post,
|
.post,
|
||||||
.hentry,
|
.hentry,
|
||||||
.no-results {
|
.no-results {
|
||||||
margin-bottom: 20px;
|
/* Theme default was 20px; widened to give listing items clearer separation. */
|
||||||
|
margin-bottom: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user