From 12d74213270e50fa1f481cb00e9f9c4f38c63bc9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 13:58:25 +0300 Subject: [PATCH] Increase text size --- src/page/text/text.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/page/text/text.css b/src/page/text/text.css index e43b4a3..b86c8b0 100644 --- a/src/page/text/text.css +++ b/src/page/text/text.css @@ -8,6 +8,8 @@ body { } .not-flex { + font-size: large; + display: block; width: min(100vh, 80em); @@ -15,7 +17,7 @@ body { } nav { - font-size: large; + font-size: larger; background-color: white; padding: .3em .6em;