From c61a76a6e4db1fa70112cff075fea971c5e55a84 Mon Sep 17 00:00:00 2001 From: Martin Asprusten Date: Wed, 2 Jul 2025 23:42:45 +0200 Subject: [PATCH] Make headline smaller on mobile --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index c0d8674..88a81ed 100644 --- a/src/style.css +++ b/src/style.css @@ -78,6 +78,10 @@ td { display: none; } + h1 { + font-size: 60px; + } + table { width: min(90vw, 400px); }