1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

Revert "fix: add missing nes-prefix"

This reverts commit 361b2c28f0.
This commit is contained in:
BcRikko
2019-02-13 19:24:37 +09:00
parent 87c95eba78
commit 0412305c4f

View File

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