From 94e6b59678cc7b4152c9ce81d7052bc791743c9a Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 5 Jul 2022 15:21:19 +0200 Subject: [PATCH] ok, now it's the last v1.0.5. css tweak --- src/assets/styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/main.css b/src/assets/styles/main.css index 9fa5826..d4aae32 100644 --- a/src/assets/styles/main.css +++ b/src/assets/styles/main.css @@ -117,7 +117,8 @@ a:hover { @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); html { - font-size: clamp(10px,2vmin,18px); + /* font-size: clamp(10px,2vmin,18px); */ + font-size: 2vmin; /* need to figure out a way to add a minimum which doesn't break on mobile */ scroll-behavior: smooth; color: black; font-family: Nunito, sans-serif;