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

This commit is contained in:
inference 2022-12-26 04:04:55 +00:00
parent 4871198d6e
commit b068dd0bb7
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

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