From 35dc1da2fb5aba018220a63452796e5a6b5a6fdf Mon Sep 17 00:00:00 2001 From: Fornax Date: Tue, 16 Nov 2021 13:55:40 +0100 Subject: [PATCH] Remove centering for h2 header --- res/include/style/layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/res/include/style/layout.css b/res/include/style/layout.css index f7d833a..b987569 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -277,7 +277,6 @@ h1 { h2 { font-size: 2em; font-family: "light", sans-serif; - text-align: center; border-bottom: 1px var(--layer_4_color_border) solid; } h3 {