My logo isn't centered at the top of my website (on mobile)

Please use this code

@media(max-width: 749px) {
.site-header__upper .grid--table {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
}