mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-11-21 22:32:13 +00:00
add media query structure
This commit is contained in:
parent
7da3c17f91
commit
aea805b6f1
@ -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) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user