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 ca6e5e8262
commit 4480a173ea

View File

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