diff options
| author | winter | 2025-04-05 14:23:40 +0100 |
|---|---|---|
| committer | winter | 2025-04-05 14:23:40 +0100 |
| commit | 3578bc8620abcea7bd836d95a0d1949258457000 (patch) | |
| tree | c1324ab41934f81262fe52f419eb3d2238fd1b2d /static/theme.css | |
| parent | 1dff99922724fa9fb7da7e41f645197a312786cb (diff) | |
tweak padding
Diffstat (limited to 'static/theme.css')
| -rw-r--r-- | static/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
