JsMinify: Add CSS for mobile screens
parent
41e83d7b09
commit
5964594ce5
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue