Skip to content
Snippets Groups Projects

fepper-3389538: Need Space between site branding and menu.

Closed Alok Singh requested to merge issue/fepper-3389538:fepper-3389538 into 8.x-3.x
1 file
+ 2
9
Compare changes
  • Side-by-side
  • Inline
+ 2
9
@@ -255,15 +255,8 @@ header.header {
margin: 0;
}
}
@media all and (max-width: 767px) {
[id="region-primary-menu"] {
float: right;
}
}
@media all and (min-width: 768px) {
[id="region-primary-menu"] {
float: left;
}
[id="region-primary-menu"] {
float: right;
}
[id="region-secondary-menu"] {
float: right;
Loading