Add heading 1 to media attribute.

This commit is contained in:
inference 2023-03-22 17:57:24 +00:00
parent 64284ffa8a
commit 328a01753d
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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;
}