Fixed Register-verification-sent card size on higher resolutions displays

This commit is contained in:
Matthew Patrick 2021-11-16 12:59:58 +07:00
parent e73910b8a0
commit 65d024396e

View file

@ -72,11 +72,11 @@ body {
@media screen and (min-width: 1400px) { @media screen and (min-width: 1400px) {
.card h2 { .card h2 {
font-size: 4vw; font-size: 3vw;
} }
.card h5 { .card h5 {
font-size: 2vw; font-size: 1.5vw;
} }
.navbar-brand { .navbar-brand {