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

Merge branch 'develop' into patch-1

This commit is contained in:
Wako
2018-12-08 21:16:11 -06:00
committed by GitHub
37 changed files with 15433 additions and 3030 deletions

View File

@@ -53,3 +53,18 @@
}
}
}
@media screen and (max-width: 768px) {
.field.is-inline {
display: block;
> label {
margin-bottom: 0.5rem; // reboot.css:label
text-align: left;
}
.input {
max-width: 100%;
}
}
}