6 lines
76 B
SCSS
6 lines
76 B
SCSS
.home_page {
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-color: #FAFAFA;
|
|
}
|