diff --git a/templates/components/sass/_fullscreen.scss b/templates/components/sass/_fullscreen.scss index 3f6c693..587fc9c 100644 --- a/templates/components/sass/_fullscreen.scss +++ b/templates/components/sass/_fullscreen.scss @@ -1,5 +1,5 @@ @mixin fullscreen { height: 100vh; min-height: 500px; - max-height: 800px; +// max-height: 800px; }