From 3578bc8620abcea7bd836d95a0d1949258457000 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 5 Apr 2025 14:23:40 +0100 Subject: tweak padding --- static/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/theme.css') diff --git a/static/theme.css b/static/theme.css index b7629f0..fd2261c 100644 --- a/static/theme.css +++ b/static/theme.css @@ -32,9 +32,9 @@ /* margins and padding */ --spacing-half: 4px; --spacing-single: 8px; - --spacing-double: 16px; - --spacing-triple: 24px; - --spacing-quadruple: 32px; + --spacing-double: 14px; + --spacing-triple: 18px; + --spacing-quadruple: 28px; /* type */ --font-family: "Nunito Sans", sans-serif, sitelen-pona-support; -- cgit v1.3