diff --git a/main.css b/main.css index c1caf7c..4b7beb1 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 12.2.0 */ +/* Version: 12.3.0 */ /* 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 }