forked from gxwebsoft/mp-10550
8 lines
130 B
SCSS
8 lines
130 B
SCSS
.index {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #F3F3F3;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|