pativu/templates/components/sass/_fullscreen.scss

6 lines
78 B
SCSS
Raw Normal View History

2022-12-02 19:07:09 +05:30
@mixin fullscreen {
height: 100vh;
min-height: 500px;
max-height: 800px;
}