From a5a8413b148b951e43f507cfa51fcda47a40308a Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 17 Jun 2024 08:02:00 +0100 Subject: [PATCH] Update CSS "Main" from version "12.2.0-beta.1" to "12.3.0-beta.1" --- main.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/main.css b/main.css index 52f0f56..6176094 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 12.2.0-beta.1 */ +/* Version: 12.3.0-beta.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -30,27 +30,33 @@ h6, h6 a, h6 a:visited { h1, h1 a, h1 a:visited { text-align: center; - font-size: 24px; + font-size: 1.65rem; + line-height: 2.00rem; } h2, h2 a, h2 a:visited { - font-size: 22px; + font-size: 1.45rem; + line-height: 1.75rem; } h3, h3 a, h3 a:visited { - font-size: 20px; + font-size: 1.25rem; + line-height: 1.50rem; } h4, h4 a, h4 a:visited { - font-size: 19px; + font-size: 1.10rem; + line-height: 1.25rem; } h5, h5 a, h5 a:visited { - font-size: 18px; + font-size: 1.00rem; + line-height: 1.15rem; } h6, h6 a, h6 a:visited { - font-size: 17px; + font-size: 0.90rem; + line-height: 1.00 }