【Lightning】ロゴセンター配置CSS
@media (min-width: 992px) {
.container.siteHeadContainer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.navbar-header {
width: 100%;
order: 0;
float: none;
}
.siteHeader_logo {
float: none;
width: 100%;
}
.siteHeader_logo img {
margin: 0 auto;
}
.gMenu_outer {
width: 100%;
order: 1;
float: none;
}
ul.gMenu {
float: none;
display: flex;
justify-content: center;
}
}