1
0
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:
BcRikko
2018-12-08 23:07:40 +09:00
parent 66576f1820
commit 28d8839c61

View File

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