apple2js/js/components/css/Apple2.module.css
Will Scullin 466a7eed78
Cheap and cheerful debugger (#135)
* Cheap and cheerful debugger

* Try to manage focus
2022-06-19 19:42:34 -07:00

13 lines
138 B
CSS

.container {
display: flex;
margin: auto;
}
.outer {
width: 620px;
display: none;
}
.outer.ready {
display: block;
}