5 lines
73 B
SCSS
5 lines
73 B
SCSS
.fit-fullscreen {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100vh;
|
|
} |