mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
9 lines
125 B
CSS
9 lines
125 B
CSS
main.toga.window {
|
|
margin-top: 5em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
div.toga.box {
|
|
display: flex;
|
|
} |