diff --git a/frontend/scss/app.scss b/frontend/scss/app.scss index bda5b1b..83657bb 100644 --- a/frontend/scss/app.scss +++ b/frontend/scss/app.scss @@ -78,7 +78,10 @@ div.show.dropdown.nav-item > div { .video-details { > div, > p, > span { margin-bottom: 1rem; - @media (max-width: 330px) { + @media (max-height: 820px) { + margin-bottom: 0.5rem; + } + @media (max-height: 580px) { margin-bottom: 0rem; } }