librepages/templates/components/sass/_fullscreen.scss

6 lines
80 B
SCSS
Raw Normal View History

2022-09-16 17:41:39 +05:30
@mixin fullscreen {
height: 100vh;
min-height: 500px;
// max-height: 800px;
2022-09-16 17:41:39 +05:30
}