|
@@ -252,6 +252,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.site-header .site-branding {
|
|
.site-header .site-branding {
|
|
|
|
+ flex-basis: 30%;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
@@ -272,6 +273,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.site-header .primary-navigation {
|
|
.site-header .primary-navigation {
|
|
|
|
+ flex-basis: 70%;
|
|
flex-grow: 4;
|
|
flex-grow: 4;
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|