From: Jérémy Fabre Date: Wed, 22 Feb 2017 08:58:33 +0000 (+0100) Subject: Fix the top margin of the main container X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7e592101dda0c140956642e6cb935511a98de354;p=mezzo.git Fix the top margin of the main container --- diff --git a/app/static/src/sass/layout/_global.scss b/app/static/src/sass/layout/_global.scss index e313b40e..82a7b475 100755 --- a/app/static/src/sass/layout/_global.scss +++ b/app/static/src/sass/layout/_global.scss @@ -31,6 +31,9 @@ #container { margin-top: 57px; + @include mq($until: lg) { + margin-top: 48px; + } @include mq($until: sm) { margin-top: $header-height-tablet; }