6 lines
101 B
SCSS
6 lines
101 B
SCSS
.container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
} |