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
8 lines
134 B
SCSS
8 lines
134 B
SCSS
.modalContent {
|
|
display: flex;
|
|
font-size: 1.1em;
|
|
justify-content: space-between;
|
|
padding: 10px 0;
|
|
width: 320px;
|
|
}
|