mobile fixes
This commit is contained in:
parent
c5928fa2c8
commit
8ca9a2157c
@ -97,6 +97,11 @@
|
||||
.new-user > .copy .body {
|
||||
font-size: 16px;
|
||||
}
|
||||
@media (max-width: 520px) {
|
||||
.new-user > .copy .body {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.new-user > .copy .icon {
|
||||
margin-left: auto;
|
||||
@ -135,6 +140,12 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.new-user input {
|
||||
width: calc(100vw - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
.light .new-user input {
|
||||
background: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user