mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
|
|
.app {
|
||
|
|
display:flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width:100%;
|
||
|
|
|
||
|
|
&__container {
|
||
|
|
width: 100%;
|
||
|
|
|
||
|
|
padding: 1rem 1rem;
|
||
|
|
background-color: #3f3e3ef5;
|
||
|
|
color: #f1f1f1;
|
||
|
|
}
|
||
|
|
}
|