Shopify how to centralise menu on Dawn Theme

Copy this code

				
					@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }
}