From 851bc2023c244a4f5d6039fda445fd896468764d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Tue, 24 Aug 2021 10:51:53 -1000 Subject: [PATCH] Update the list details spacing on phones --- frontend/scss/app.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } }