From d7eb3f517d193ce0100f9ffe1192be8bff2b44ae Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 22 Sep 2023 17:50:43 +0200 Subject: Fixed h1 font size --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index abee062..9f5f882 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,6 +32,10 @@ line-height: initial; } + h1 { + font-size: xx-large; + } + footer { margin-block-start: 2rem; } -- cgit v1.2.3