mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
7 lines
90 B
CSS
7 lines
90 B
CSS
.layout-root {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
background-color: #ddb704;
|
|
}
|