From c1a4d794810c62ffc1fec38c73803aff6043ec28 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Wed, 22 Feb 2023 08:38:20 +0300 Subject: [PATCH] fix(web): fix h3 font size --- web/public/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/css/general.css b/web/public/css/general.css index 465cc41..e8b9231 100644 --- a/web/public/css/general.css +++ b/web/public/css/general.css @@ -100,7 +100,7 @@ h3 { margin: 0; margin-top: 0.5vw; font-family: Secular One, sans-serif; - font-size: 3vw; + font-size: 3vmax; } form {