Update CSS "Main" from version "12.2.0-beta.1" to "12.3.0-beta.1"
This commit is contained in:
parent
fcc9b02670
commit
a5a8413b14
20
main.css
20
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 12.2.0-beta.1 */
|
/* Version: 12.3.0-beta.1 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -30,27 +30,33 @@ h6, h6 a, h6 a:visited {
|
|||||||
|
|
||||||
h1, h1 a, h1 a:visited {
|
h1, h1 a, h1 a:visited {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 24px;
|
font-size: 1.65rem;
|
||||||
|
line-height: 2.00rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, h2 a, h2 a:visited {
|
h2, h2 a, h2 a:visited {
|
||||||
font-size: 22px;
|
font-size: 1.45rem;
|
||||||
|
line-height: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3, h3 a, h3 a:visited {
|
h3, h3 a, h3 a:visited {
|
||||||
font-size: 20px;
|
font-size: 1.25rem;
|
||||||
|
line-height: 1.50rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h4 a, h4 a:visited {
|
h4, h4 a, h4 a:visited {
|
||||||
font-size: 19px;
|
font-size: 1.10rem;
|
||||||
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5, h5 a, h5 a:visited {
|
h5, h5 a, h5 a:visited {
|
||||||
font-size: 18px;
|
font-size: 1.00rem;
|
||||||
|
line-height: 1.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6, h6 a, h6 a:visited {
|
h6, h6 a, h6 a:visited {
|
||||||
font-size: 17px;
|
font-size: 0.90rem;
|
||||||
|
line-height: 1.00
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user