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:
2026-09-15 19:59:40 -04:00
co-authored by Claude Opus 5
parent 67ddd30430
commit c51a958cbf
+2 -1
View File
@@ -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;
} }