From 6a2db9a723b880317e231077b2cb98631e085068 Mon Sep 17 00:00:00 2001 From: myleneb Date: Mon, 3 Aug 2015 21:22:41 +0200 Subject: [PATCH] responsive --- css/style.css | 9 +++++---- sass/layout/_responsive.sass | 7 +++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 321cf71..ff7ae62 100644 --- a/css/style.css +++ b/css/style.css @@ -2602,12 +2602,13 @@ ul.dropdown-menu li > li > a { } } @media (max-width: 700px) { + .network.singleBlock { + margin-top: 52px; + } .network.singleBlock .module { - margin-bottom: 50px; - width: 98%; - margin: 0 auto 50px auto; + width: 100%; + margin: 0 !important; float: none; - margin-right: auto; } .userMenu > ul { diff --git a/sass/layout/_responsive.sass b/sass/layout/_responsive.sass index 86651af..bc45639 100644 --- a/sass/layout/_responsive.sass +++ b/sass/layout/_responsive.sass @@ -23,12 +23,11 @@ .network &.singleBlock + margin-top: $menu-height .module - margin-bottom: 50px - width: 98% - margin: 0 auto 50px auto + width: 100% + margin: 0 !important float: none - margin-right: auto .userMenu > ul