From d5d59a833f4f4034f96eaa631d8932065effcc5e Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Tue, 16 Nov 2021 13:06:36 +0700 Subject: [PATCH] Slight fix on the sizing for high res screens on register-error --- public/css/register-error.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/register-error.css b/public/css/register-error.css index 189f562..bd3d028 100644 --- a/public/css/register-error.css +++ b/public/css/register-error.css @@ -101,15 +101,15 @@ body { @media screen and (min-width: 1400px) { .card h2 { - font-size: 4vw; + font-size: 3vw; } .card h5 { - font-size: 2vw; + font-size: 1.5vw; } .card a { - font-size: 2.5vw; + font-size: 2vw; } .navbar-brand {