mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
14 lines
139 B
CSS
14 lines
139 B
CSS
.container {
|
|
display: flex;
|
|
margin: auto;
|
|
}
|
|
|
|
.outer {
|
|
width: 620px;
|
|
display: none;
|
|
}
|
|
|
|
.outer.ready {
|
|
display: block;
|
|
}
|