Increase CSS headings line height to 130%.
This commit is contained in:
parent
b02738d50e
commit
8972874468
8
inf.css
8
inf.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 9.2.5.34 */
|
||||
/* Version: 9.2.6.35 */
|
||||
|
||||
|
||||
/* Body */
|
||||
@ -41,6 +41,7 @@ h1, .h1 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 26px;
|
||||
text-align: center;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -49,6 +50,7 @@ h1, .h1 {
|
||||
h2, .h2 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 22px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -57,6 +59,7 @@ h2, .h2 {
|
||||
h3, .h3 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -65,6 +68,7 @@ h3, .h3 {
|
||||
h4, .h4 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -73,6 +77,7 @@ h4, .h4 {
|
||||
h5, .h5 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -81,6 +86,7 @@ h5, .h5 {
|
||||
h6, .h6 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user