mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-15 04:01:02 -05:00
* Add and run end-of-file-fixer * Add and run trailing-whitespace * Add and run check-yaml * Add and run check-json * Add and run pretty-format-yaml * Fix comment indentation
10 lines
126 B
CSS
10 lines
126 B
CSS
main.toga.window {
|
|
margin-top: 5em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
div.toga.box {
|
|
display: flex;
|
|
}
|