From 42a281ac759c3e18df27f0742a070d08b62b0298 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Dec 2022 04:04:55 +0000 Subject: [PATCH] Make h4 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 f4495a0..50df688 100644 --- a/inf.css +++ b/inf.css @@ -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; }