From f073a4a9299746ce83379f3840c02773a4fed418 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 2 Oct 2024 01:16:55 +0200 Subject: [PATCH] style: tweaks --- src/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 28f7103..d48d852 100644 --- a/src/style.css +++ b/src/style.css @@ -58,6 +58,11 @@ h4 { font-family: 'Computer Modern Bright', sans-serif; } +h1 { + font-weight: bold; + color: #581111; +} + table { margin: 0 auto; @@ -212,7 +217,7 @@ body { a, .link { - font-size: 18px; + font-size: 20px; padding: 0.25rem; } } @@ -295,7 +300,7 @@ body { > main { width: 100%; - padding: 1rem; + padding: 2rem 1rem 1rem 1rem; border: none; border-bottom: 4px solid #a00;