diff --git a/src/styles/global.css b/src/styles/global.css index fbd74da..3a9b5f1 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1144,7 +1144,8 @@ h3.arc-src { .post, .hentry, .no-results { - margin-bottom: 20px; + /* Theme default was 20px; widened to give listing items clearer separation. */ + margin-bottom: 50px; }