Skip to content

Commit

Permalink
Added back in the css
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Jan 17, 2022
1 parent 8e3f88c commit 742f6b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions less/deltaBoxMenu.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.deltaboxmenu {
.l-container-responsive(@max-width);

&__header-inner {
.l-container-responsive(@device-width-large);
}

&__item-container-inner {
display: flex;
flex-wrap: wrap;
.l-container-responsive(@device-width-large);
}

&.is-full-width {
.l-container-responsive(@max-width);

.menu__header-inner,
.menu__item-container-inner {
.l-container-responsive(@max-width);
}
}
}

0 comments on commit 742f6b9

Please sign in to comment.