Make h5 elements center-aligned on devices with displays less than 600 px wide.

This commit is contained in:
inference 2022-12-26 05:20:25 +00:00
parent 98c0b53734
commit f1914172e2
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Inference */ /* Copyright 2022-2023 Inference */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 0.7.0.7 */ /* Version: 0.8.0.8 */
h1 { h1 {
@ -170,6 +170,10 @@ table, th, td {
text-align: center; text-align: center;
} }
h6 {
text-align: center;
}
body { body {
margin: 15px; margin: 15px;
} }