From 297bbd9c8dc8bff4bf8eeb148ceb6126b613d9b8 Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 14 Jun 2019 08:14:00 +0200 Subject: [PATCH] Update organizr-hotline.css --- CSS/themes/organizr-hotline.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index a224b3c8..63d03687 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -30,6 +30,11 @@ .text-info, .text-dark { color: #ffffff !important; } + @media (max-width: 480px) + login-sidebar { + margin-top: auto; + height: 100%; + } /* Header */ .navbar-header { background: var(--main-bg-color) !important; @@ -332,4 +337,4 @@ max-width: 100%; max-height: 250px; width: auto; -} \ No newline at end of file +}