I'm using the following code to split my 6 navigation items to have 3 on either side of a centered and inline logo. It looks good on Chrome desktop, but on Safari desktop the 6 items flicker/jump randomly as a group from side to side and aren't quite centered.
My site is live and public at carabuenatequila.com, and you can navigate to any page to see it happen (I also attached a screen recording).
@media only screen and (min-width: 1030px){
.header-nav {
position: absolute;
margin-top:0!important;
top: 2rem;
}
}
.header-nav-item:nth-of-type(3) {
margin-right: 30vw!important;
}
.header-nav {
position: absolute;
margin-top:0!important;
top: 2rem;
z-index:1!important;
}
safari video.mov