From e9cf595b5a752482d555c44c6e4b0a47141600b8 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:32:31 -0500 Subject: [PATCH] Remove unnecessary statement --- css/common.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/common.css b/css/common.css index a3b48a79d..1120e74b5 100644 --- a/css/common.css +++ b/css/common.css @@ -47,10 +47,6 @@ svg { overflow: visible; } -span { - display: contents; -} - /* TEXT */ h1, h1 a { color: var(--quacs-yellow); @@ -64,7 +60,7 @@ h1, h1 a { font-size: 2.25rem; } -h2{ +h2 { font-size: 1.4rem; margin-top: 1vmin; margin-bottom: 0;