From 892ac1a4897287a826fe9eaffa98016b823ce006 Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Thu, 16 Sep 2021 21:15:55 +0700 Subject: [PATCH] register-verification-sent.html - Improved Nekoya's icon across screen widths --- register-verification-sent.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/register-verification-sent.html b/register-verification-sent.html index fe4f7da..1335cc7 100644 --- a/register-verification-sent.html +++ b/register-verification-sent.html @@ -54,6 +54,11 @@ font-size: 5vw; } + .navbar-brand { + width: 11vw; + height: 11vw; + } + } @media screen and (min-width: 767px) { @@ -65,6 +70,11 @@ font-size: 2vw; } + .navbar-brand { + width: 8vw; + height: 8vw; + } + } @media screen and (min-width: 993px) { @@ -76,6 +86,11 @@ font-size: 1.3vw; } + .navbar-brand { + width: 6vw; + height: 6vw; + } + } @media screen and (min-width: 1400px) { @@ -87,6 +102,10 @@ font-size: 2vw; } + .navbar-brand { + width: 6vw; + height: 6vw; + } }