<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nx-menu &gt; nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nx-menu &gt; nav &gt; ul {
        flex-grow: 1;
    }

        .nx-menu &gt; nav &gt; ul &gt; li {
            float: none;
            display: inline-block;
        }

.navbar &gt; .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .navbar &gt; .container-fluid &gt; .mobile-menu-logo {
        max-height: 100px;
    }

    .navbar &gt; .container-fluid &gt; .navbar-header {
        display: inline-block;
        float: right;
        flex-grow: 1;
    }

#nxMobileMenu {
    flex: 1 1 100%;
}
</pre></body></html>