Skip to content

Commit

Permalink
Reduce .column-one width to fix wrapping, consolidate stylings (#9098)
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 14, 2018
1 parent 6423d32 commit fe561ff
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions src/platform/site-wide/sass/consolidated-patches.scss
Expand Up @@ -98,20 +98,28 @@ header.merger {
}

@media (min-width: $large-screen) {
#mega-menu .vetnav-panel {
width: 487px;
}
#mega-menu {
.vetnav-panel {
width: 487px;

&.column-one {
.mm-link-container {
width: 200px;
}
}

#mega-menu .column-two {
left: 240px;
}
&.column-two {
left: 240px;
}

#mega-menu .column-three {
left: 487px;
}
&.column-three {
left: 487px;
}
}

#mega-menu .panel-bottom-link {
width: 657px;
.panel-bottom-link {
width: 657px;
}
}
}

Expand Down

0 comments on commit fe561ff

Please sign in to comment.