fix: style: broken fullscreen component

This commit is contained in:
Aravinth Manivannan 2022-12-03 14:54:12 +05:30
parent eae0a568e7
commit 7dca981ee3
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@mixin fullscreen {
height: 100vh;
min-height: 500px;
max-height: 800px;
// max-height: 800px;
}