I'm currently experiencing an issue with uploading a webpage to my domain, specifically on Safari. I have applied all the necessary prefixes, but it seems that the error lies with the display: flex property.
When viewed on Chrome, the page looks like how it should:
However, when viewed on Safari: Here is the CSS code snippet:
display:-webkit-flex;
display:-webkit-flexbox;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
The homepage contains several instances of flex usage, but some items are not centered or spaced correctly in the navigation section!
You can visit my website at