5 lines
80 B
SCSS
5 lines
80 B
SCSS
@mixin fullscreen {
|
|
height: 100vh;
|
|
min-height: 500px;
|
|
// max-height: 800px;
|
|
}
|