mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Fixed Register-verification-sent card size on higher resolutions displays
This commit is contained in:
parent
e73910b8a0
commit
65d024396e
1 changed files with 2 additions and 2 deletions
|
@ -72,11 +72,11 @@ body {
|
|||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.card h2 {
|
||||
font-size: 4vw;
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
.card h5 {
|
||||
font-size: 2vw;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
|
|
Loading…
Reference in a new issue