Just thought I would let you know on the ORDL screen the logo is off center on mobile. It looks like the themes.css is missing this in blue. Checked the Demo site but it does not seem to use this screen. :
Code:
@media (max-width: 59.9em) {
.t-page-ocst .t-site-header__logo,
.t-page-osel .t-site-header__logo,
.t-page-opay .t-site-header__logo,
.t-page-ordl .t-site-header__logo {
flex-basis: 100%;
max-width: 100%;
}
}
Comment