diff --git a/static/lille/_custom.scss b/static/lille/_custom.scss index 900aef38..62e90656 100644 --- a/static/lille/_custom.scss +++ b/static/lille/_custom.scss @@ -98,6 +98,9 @@ nav { left: 80px; font-size: 14px; } + @media screen and (max-width: 360px) { + left: 60px; + } } .gru-nav-wrapper { @@ -120,6 +123,9 @@ div.gru-nav .gru-nav-button { @media screen and (max-width: $mobile-limit) { top: -15px; } + @media screen and (max-width: 360px) { + left: -10px; + } + ul { margin-bottom: 0; position: absolute;