From 328a01753d8def1ea364384f57d77a5cfcba552a Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Mar 2023 17:57:24 +0000 Subject: [PATCH] Add heading 1 to media attribute. --- inf.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 7871d6a..196fba0 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 8.0.2.22 */ +/* Version: 9.0.0.23 */ /* Heading 1 */ @@ -216,6 +216,10 @@ strong { display: none; } + h1 { + text-align: center; + } + h2 { text-align: center; }