mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-29 19:52:39 +01:00
register.html - Test Commit
This commit is contained in:
parent
8da166b64b
commit
0bc6340400
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
height: 80%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 425px) {
|
||||
@media screen and (max-width: 426px) {
|
||||
.card a, input {
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
@ -79,7 +79,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 426px) {
|
||||
@media screen and (min-width: 427px) {
|
||||
.card a, input {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue