From 1455cc12807131f8ae8ae8129d091af5d4f3ff0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stian=20R=C3=B8dven-Eide?= Date: Sun, 2 Jun 2024 19:26:46 +0200 Subject: =?UTF-8?q?justerade=20storleken=20p=C3=A5=20h2=20och=20h3=20igen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/fripost.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/fripost.css b/static/css/fripost.css index dbbde4b..a36a36a 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -34,10 +34,14 @@ pre { -moz-tab-size: 4; } +h1 { + font-size: 2em; +} + h2 { - font-size: 3em; + font-size: 1.5em; } h3 { - font-size: 2em; + font-size: 1.3em; } -- cgit v1.2.3