From 0ef244b4893d569d1d2ccf5c6b22c6a7baad142d Mon Sep 17 00:00:00 2001 From: Michael Drury <mpdrury15@gmail.com> Date: Fri, 28 Apr 2023 13:18:33 +0100 Subject: [PATCH] changing font sizes to using vw so changes when screen size changes --- shop/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/static/styles.css b/shop/static/styles.css index b568b73..51444b9 100644 --- a/shop/static/styles.css +++ b/shop/static/styles.css @@ -69,7 +69,7 @@ a:link { } .home_title { - font-size: 500%; + font-size: 5vw; border: thin; font-family: Andale Mono, monospace; border-bottom: 2px solid grey; -- GitLab