Increase CSS body line height from 120% to 130%.

This commit is contained in:
inference 2023-05-06 20:13:32 +01:00
parent 80a964fcd8
commit b02738d50e
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.2.4.33 */ /* Version: 9.2.5.34 */
/* Body */ /* Body */
@ -13,7 +13,7 @@ body {
margin-right: min(150px, 12vw); margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
line-height: 120%; line-height: 130%;
background-color: #262626; background-color: #262626;
} }