From 5cce2beb5e554c4c2e4a5e5d0a083b628c6ef0bf Mon Sep 17 00:00:00 2001 From: Job Date: Tue, 6 Jun 2023 15:00:26 +0200 Subject: [PATCH] Increased font size --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 9bab24f..b27e919 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,12 @@ body a:hover { color: var(--link); } +body p { + font-size: 12pt; + font-family: Arial, sans-serif; + margin: 6px; +} + button { width: 100%; }