From 9610877ef54536386b6ea7de29270993194161a5 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 18 Dec 2024 21:28:54 +0100 Subject: tags: add padding between line and page count --- sass/site.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass/site.scss') diff --git a/sass/site.scss b/sass/site.scss index 427d9ee..7def614 100644 --- a/sass/site.scss +++ b/sass/site.scss @@ -128,6 +128,10 @@ pre code::before, pre code::after { opacity: 0.5; } +.line-spacer { + padding-bottom: 0.5ch; +} + // -- playground //nav { -- cgit v1.2.3