1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

fix: add missing nes-prefix

BREAKING CHANGE: fix field class to nes-field
This commit is contained in:
BcRikko
2019-02-13 19:25:33 +09:00
parent 0412305c4f
commit 9907bdc3f2

View File

@@ -59,7 +59,7 @@
}
@media screen and (max-width: 768px) {
.field.is-inline {
.nes-field.is-inline {
display: block;
> label {
@@ -67,7 +67,7 @@
text-align: left;
}
.input {
.nes-input {
max-width: 100%;
}
}