From 940dcd73f25066182fa1ee48a5bb4078fa3de73e Mon Sep 17 00:00:00 2001 From: dmh Date: Thu, 9 Jun 2016 12:02:28 +0300 Subject: [PATCH] [FIX] design fixes, sync header width with main content width >= 1366px --- dev/styles/main/header/header.less | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/dev/styles/main/header/header.less b/dev/styles/main/header/header.less index 47670f7..5b98a73 100644 --- a/dev/styles/main/header/header.less +++ b/dev/styles/main/header/header.less @@ -45,6 +45,11 @@ box-shadow: none; } } +@media (min-width: 1366px) { + .header-top{ + max-width: 1170px; + } +} .header-top__contact{ float: left; @@ -54,7 +59,7 @@ .header-top__contact-tel { display: inline-block; - padding: 0 10px; + padding: 0 15px; line-height: @header-top-height; } @@ -69,7 +74,7 @@ .header-top__contact-email { display: inline-block; - padding: 0 10px; + padding: 0 15px; // line-height: 30px; line-height: @header-top-height; } @@ -302,6 +307,11 @@ z-index: 2500; } } +@media (min-width: 1366px) { + .header-middle{ + max-width: 1170px; + } +} // ================================= // Logo @@ -628,6 +638,11 @@ .clearfix(); position: relative; } + @media (min-width: 1366px) { + .main-navigation__items-wrp{ + max-width: 1170px; + } + } .main-navigation__items-list { .clearfix();