From 1128821a26956f968ede58df4b49f147eca4b9fc Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Dec 2022 05:24:21 +0000 Subject: [PATCH] Make h6 elements center-aligned on devices with displays less than 600 px wide. --- inf.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 8a942b0..89c4e5b 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Inference */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 0.7.0.7 */ +/* Version: 0.9.0.9 */ h1 { @@ -170,6 +170,10 @@ table, th, td { text-align: center; } + h6 { + text-align: center; + } + body { margin: 15px; }