13 lines
204 B
SCSS
13 lines
204 B
SCSS
.container {
|
|
display: flex;
|
|
flex-flow: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
background-color: #fff;
|
|
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
|
|
color: #222;
|
|
}
|
|
|
|
.content {
|
|
} |