mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
c7a7bcd19b
* Simple Preact download
8 lines
134 B
CSS
8 lines
134 B
CSS
.modalContent {
|
|
display: flex;
|
|
font-size: 1.1em;
|
|
justify-content: space-between;
|
|
padding: 10px 0;
|
|
width: 320px;
|
|
}
|