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

Merge pull request #229 from d0p1s4m4/develop

[#228] add nes-prefix
This commit is contained in:
ダーシノ
2018-12-26 19:29:15 +09:00
committed by GitHub

View File

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