1
0
forked from Kieran/snort

mobile fixes

This commit is contained in:
Alejandro Gomez 2023-02-09 17:25:46 +01:00
parent c5928fa2c8
commit 8ca9a2157c
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -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;
}