From b5f878e32f345b140eddf56bd1a3d5edb64b298a Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Sat, 13 Dec 2025 23:53:29 -0600 Subject: Add margin to gallery images --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 0bb4559..412fa13 100644 --- a/static/style.css +++ b/static/style.css @@ -450,7 +450,11 @@ blockquote { grid-template-columns: repeat(4, 1fr);*/ margin-top: 1.75rem; column-count: 3; - column-gap: 0; + column-gap: 1rem; +} + +.gallery > img { + margin-bottom: 1rem; } @media screen and (max-width: 45rem) { -- cgit v1.2.3