From b42cbbccb95ad606fa7e416e11b2270a09bfff29 Mon Sep 17 00:00:00 2001 From: Romain Dardour Date: Wed, 3 Oct 2012 18:38:44 +0200 Subject: [PATCH] Layout fixes --- web/assets/stylesheets/partials/_layout.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/assets/stylesheets/partials/_layout.scss b/web/assets/stylesheets/partials/_layout.scss index 0493163d..6af6ced2 100644 --- a/web/assets/stylesheets/partials/_layout.scss +++ b/web/assets/stylesheets/partials/_layout.scss @@ -133,3 +133,12 @@ form{ margin-right:5px; } } + +@media (max-width: 979px){ + .navbar-fixed-top, .navbar-fixed-bottom{ + margin: 0 -20px; + } + .admin #page{ + padding-top:20px; + } +}