DownloadWith/options.css

12 lines
152 B
CSS
Raw Permalink Normal View History

2023-01-09 19:43:25 -05:00
body {
display: flex;
justify-content: center;
}
#group > div {
display: flex;
gap: 4px;
margin: 4px;
}
#test_results, #exeinput {
flex-grow: 1;
}