From 3387c87f3b70b22405b37dfb5a4d880c673c519c Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 20 May 2025 20:19:29 +0200 Subject: [PATCH] chore(style): decrease font-size to 11pt, padding to 0.5em --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4f9ff4a..bfde575 100644 --- a/style.css +++ b/style.css @@ -26,8 +26,8 @@ body { border-color: #000; border-style: solid; border-width: 0 var(--border-width) var(--border-width) 0; - font-size: 12pt; - padding: 1em; + font-size: 11pt; + padding: 0.5em; text-align: center; }