From 3e93dfd5ebb99c7891d6cb8d5c9f9307aa50a680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stian=20R=C3=B8dven-Eide?= Date: Sun, 2 Jun 2024 19:22:06 +0200 Subject: =?UTF-8?q?justerade=20storleken=20p=C3=A5=20h2=20och=20h3?= 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') diff --git a/static/css/fripost.css b/static/css/fripost.css index 2a108fa..dbbde4b 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -34,6 +34,10 @@ pre { -moz-tab-size: 4; } -h2, h3 { - font-size:85%; +h2 { + font-size: 3em; +} + +h3 { + font-size: 2em; } -- cgit v1.2.3