Skip to content

Commit

Permalink
[FIX] design fixes, sync header width with main content width >= 1366px
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent 359a523 commit 940dcd7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
box-shadow: none;
}
}
@media (min-width: 1366px) {
.header-top{
max-width: 1170px;
}
}

.header-top__contact{
float: left;
Expand All @@ -54,7 +59,7 @@

.header-top__contact-tel {
display: inline-block;
padding: 0 10px;
padding: 0 15px;
line-height: @header-top-height;
}

Expand All @@ -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;
}
Expand Down Expand Up @@ -302,6 +307,11 @@
z-index: 2500;
}
}
@media (min-width: 1366px) {
.header-middle{
max-width: 1170px;
}
}

// =================================
// Logo
Expand Down Expand Up @@ -628,6 +638,11 @@
.clearfix();
position: relative;
}
@media (min-width: 1366px) {
.main-navigation__items-wrp{
max-width: 1170px;
}
}

.main-navigation__items-list {
.clearfix();
Expand Down

0 comments on commit 940dcd7

Please sign in to comment.