Increase CSS body line height from 120% to 130%.
This commit is contained in:
parent
80a964fcd8
commit
b02738d50e
4
inf.css
4
inf.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 9.2.4.33 */
|
||||
/* Version: 9.2.5.34 */
|
||||
|
||||
|
||||
/* Body */
|
||||
@ -13,7 +13,7 @@ body {
|
||||
margin-right: min(150px, 12vw);
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 120%;
|
||||
line-height: 130%;
|
||||
background-color: #262626;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user