From 1ccea6b9a3b92a589b0d059e32e4e960daa6e53a Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 14 Jun 2019 08:14:31 +0200 Subject: [PATCH] fixed login page on mobile --- CSS/themes/organizr-marine.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 001e8219..09ac6587 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.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 +}