From 3d592e1759c89e7326d657110ae8852716a4ea14 Mon Sep 17 00:00:00 2001 From: flighty Date: Tue, 29 Oct 2024 00:06:17 +0300 Subject: [PATCH] Increase margin between blog posts --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 89227c3..83ad6d4 100644 --- a/src/style.css +++ b/src/style.css @@ -204,6 +204,10 @@ h1{ margin-bottom: 1.5rem; } +.fly-margin-xlarge-bottom{ + margin-bottom: 1.75rem; +} + /* grid */ .fly-grid{