website/sass/components/_fullscreen.scss

6 lines
78 B
SCSS
Raw Normal View History

2022-09-08 02:16:15 +05:30
@mixin fullscreen {
height: 100vh;
min-height: 500px;
max-height: 800px;
}