JsMinify: Add CSS for mobile screens

master
sdua 2016-07-19 22:57:02 +00:00
parent 41e83d7b09
commit 5964594ce5
1 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,12 @@
width: 45%;
font-family: 'monospace';
}
/* CSS for Mobile Screens */
@media only screen and (max-width: 600px) {
/* Stack the textareas one over the another for mobile screens */
.zci--js_minify #js_minify__input,
.zci--js_minify #js_minify__output {
width: 95%;
}
}