From 5376a5400d853a9b5c6dbf1ed130754b3ba9d297 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 18 Sep 2025 09:25:12 +0200 Subject: Make the font a bit bigger on large screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- stylesheets/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/site.css b/stylesheets/site.css index b86db5d..7cc1e3c 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -27,7 +27,7 @@ body>header>:only-child { body { grid-template-columns: 1fr min(60rem,90%) 1fr; - font-size: 1rem; + font-size: 1.2rem; } body header { @@ -174,6 +174,10 @@ hr { * Style to apply for reduced screens. */ @media only screen and (width <= 720px) { + body { + font-size: 1rem; + } + header { padding: 0.5rem 0 !important; nav { -- cgit v1.2.3