DownloadWith/options.css
2023-01-09 18:43:25 -06:00

12 lines
152 B
CSS

body {
display: flex;
justify-content: center;
}
#group > div {
display: flex;
gap: 4px;
margin: 4px;
}
#test_results, #exeinput {
flex-grow: 1;
}