From 9d25acf6438794b49acfa90fbe6436abdfc28868 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 04:13:33 +0000 Subject: [PATCH] dynamic text size --- public/css/hyde.css | 4 ++-- public/css/poole.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index c0a6ac7..69f5e12 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -36,12 +36,12 @@ html { } @media (min-width: 48em) { html { - font-size: 16px; + font-size: 2.1vh; } } @media (min-width: 58em) { html { - font-size: 20px; + font-size: 2.1vh; } } diff --git a/public/css/poole.css b/public/css/poole.css index cc5e372..e831544 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -49,7 +49,7 @@ body { html { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 16px; + font-size: 2.1vh; line-height: 1.5; } @media (min-width: 38em) {