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

fix: add missing nes-prefix

This commit is contained in:
d0p1
2018-12-26 10:46:13 +01:00
committed by d0p1
parent 44d1e0d415
commit 361b2c28f0

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