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

This commit is contained in:
inference 2022-12-26 05:19:53 +00:00
parent 42a281ac75
commit ca6e5e8262

View File

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