From c479db62c9a24579b0a9c0543fbd9f7dd50c641a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 28 Apr 2021 12:37:10 +0200 Subject: [PATCH] make body text bigger --- style/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/page.css b/style/page.css index d3d8820..2331558 100644 --- a/style/page.css +++ b/style/page.css @@ -17,7 +17,7 @@ background: var(--root-col); font-family: Muller; - font-size: 15pt; + font-size: 16pt; height: 100vh; }