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