From df83fb5a29ac9d0ae044647ee479873b11c68a43 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 3 Jan 2026 20:48:58 +0100 Subject: [PATCH] design: lower title size --- core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.css b/core.css index b960235..346198a 100644 --- a/core.css +++ b/core.css @@ -19,7 +19,7 @@ } body { - font-size: 28px; + font-size: 22px; font-family: 'Noto Serif', serif; margin: 0; }