From 9266164ed427ca862a82fd9c2774e7e60ea3de51 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Dec 2022 00:52:37 +0000 Subject: [PATCH] Make h3 elements center-aligned on devices with displays less than 600 px wide. --- inf.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/inf.css b/inf.css index 761b14b..2501bb8 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Inference */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 0.3.0.3 */ +/* Version: 0.4.0.4 */ h1 { @@ -153,15 +153,19 @@ table, th, td { display: none; } + h3 { + text-align: center; + } + body { margin: 15px; } } @media (max-width: 300px) { - /*h1 { + h3 { text-align: center; - }*/ + } body { padding-top: 80px;