From e52ef187e3776eb83bcb1b76ae8992f7287180c9 Mon Sep 17 00:00:00 2001 From: Adam Bardsley Date: Sun, 24 Nov 2024 16:27:14 +0000 Subject: [PATCH] Set abse font-size --- docs/client/winchester/parallax.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client/winchester/parallax.css b/docs/client/winchester/parallax.css index 408bd4f..90c5075 100644 --- a/docs/client/winchester/parallax.css +++ b/docs/client/winchester/parallax.css @@ -20,6 +20,7 @@ body { position: relative; overflow-x:hidden; background-image: url('./background2.png'); + font-size: 62.5%; } h1 { max-width: 80%; } h2 { margin:0;}