10 lines
132 B
SCSS
10 lines
132 B
SCSS
@import "theme.scss";
|
|
|
|
.home-container {
|
|
margin-top: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|