davideisinger.com

My personal website
Log | Files | Refs | README

commit be4d72143bb60273c502cf5d799f9cac3f41beb6
parent a1842915a3a11dc369dde6b0f7e2ddc37e857dc3
Author: David Eisinger <[email protected]>
Date:   Tue, 10 Jan 2023 22:10:22 -0500

Bigger font

Diffstat:
Mthemes/v2/assets/css/style.scss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -1,6 +1,6 @@ body { font-family: monospace; - font-size: 13px; + font-size: 18px; padding: 50px; }