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