diff --git a/src/styles.scss b/src/styles.scss index daadd93..2bb1013 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -48,7 +48,7 @@ html, body { cursor: pointer; } -.desktop-height{ +.desktop-height { height: calc(100vh - 64px); } @@ -147,3 +147,9 @@ html, body { .text-muted { color: #7f7f7f !important; } + +@media (max-width: 599px) { + .desktop-height { + height: calc(100vh - 56px); + } +}