mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-11-22 13:33:23 +00:00
add media query structure
This commit is contained in:
parent
7da3c17f91
commit
aea805b6f1
@ -35,6 +35,7 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
float: left;
|
float: left;
|
||||||
|
/* disable size handle */
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen {
|
.screen {
|
||||||
@ -99,3 +100,11 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 600) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 200) {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user