From 0b6bd38e903ad0e4fc6269386f80eeff1d47f18a Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 07:50:36 +0100 Subject: [PATCH] Do not duplicate h1 since text-align is already center for both desktop and mobile views. --- inf.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/inf.css b/inf.css index d4bd8c7..7212913 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 9.1.1.27 */ +/* Version: 9.1.2.28 */ /* Body */ @@ -231,10 +231,6 @@ strong { display: none; } - h1 { - text-align: center; - } - h2 { text-align: center; }