Do not duplicate h1 since text-align is already center for both desktop and mobile views.

This commit is contained in:
inference 2023-04-05 07:50:36 +01:00
parent 49f3128e39
commit 0b6bd38e90
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.1.1.27 */ /* Version: 9.1.2.28 */
/* Body */ /* Body */
@ -231,10 +231,6 @@ strong {
display: none; display: none;
} }
h1 {
text-align: center;
}
h2 { h2 {
text-align: center; text-align: center;
} }