1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +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) {
.field.is-inline {
.nes-field.is-inline {
display: block;
> label {
@@ -66,7 +66,7 @@
text-align: left;
}
.input {
.nes-input {
max-width: 100%;
}
}