1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-29 16:59:58 +02:00

Merge pull request #120 from nostalgic-css/responsive-field

fix(inputs.scss): fix field responsive
This commit is contained in:
Abdullah Samman
2018-12-08 16:19:11 +02:00
committed by GitHub

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