add media query structure

This commit is contained in:
Dennis Brown 2017-03-12 00:11:42 -06:00
parent 7da3c17f91
commit aea805b6f1
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,7 @@
font-family: monospace;
overflow: auto;
float: left;
/* disable size handle */
}
.screen {
@ -99,3 +100,11 @@
font-size: 12px;
color: #444;
}
@media (min-width: 600) {
}
@media (max-width: 200) {
}