From 7f83751771361c950c0814fcbad2e1b0fb190717 Mon Sep 17 00:00:00 2001 From: Chris Fiege <chris@tinyhost.de> Date: Wed, 14 Aug 2019 21:02:22 +0200 Subject: [PATCH] css: Make h3 a little smaller Signed-off-by: Chris Fiege <chris@tinyhost.de> --- flamingo/static/css/small-business.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flamingo/static/css/small-business.css b/flamingo/static/css/small-business.css index bf16069..43ca9bb 100644 --- a/flamingo/static/css/small-business.css +++ b/flamingo/static/css/small-business.css @@ -189,3 +189,8 @@ a.anchor{ color: #EEE; background-color: rgba(20,20,20,0.7); } + +h3 { + font-size: 20px; +} + -- GitLab