mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
9173bff1ba
Restrict element types and global styling to improve embedability
14 lines
146 B
SCSS
14 lines
146 B
SCSS
.container {
|
|
display: flex;
|
|
margin: auto;
|
|
}
|
|
|
|
.outer {
|
|
width: 620px;
|
|
display: none;
|
|
|
|
&.ready {
|
|
display: block;
|
|
}
|
|
}
|