mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-25 15:10:48 +02:00
fix(inputs.scss): fix field responsive
This commit is contained in:
@@ -53,3 +53,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.field.is-inline {
|
||||
display: block;
|
||||
|
||||
> label {
|
||||
margin-bottom: 0.5rem; // reboot.css:label
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.input {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user