register-verification-sent.html - Improved Nekoya's icon across screen widths

This commit is contained in:
Matthew Patrick 2021-09-16 21:15:55 +07:00
parent 156a4cfdc1
commit 892ac1a489

View file

@ -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;
}
}
</style>
</head>