diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index b3e793c..254c3f6 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -87,7 +87,7 @@ body::after { /* ── Feed ────────────────────────────────────────────────────────────────────── */ -.feed { display: flex; flex-direction: column; gap: var(--space-12); } +.feed { display: flex; flex-direction: column; gap: var(--space-8); } .feed-empty { color: var(--color-ink-muted); font-style: italic; } .entry-card { @@ -95,7 +95,7 @@ body::after { text-decoration: none; color: inherit; border-bottom: 1px solid var(--color-border); - padding-bottom: var(--space-12); + padding-bottom: var(--space-8); transition: background 0.15s; } @@ -162,8 +162,7 @@ body::after { .journal-post { border-bottom: 1px solid var(--color-border); - padding-bottom: var(--space-12); - margin-bottom: var(--space-12); + padding-bottom: var(--space-8); } .journal-post-header {