Site URL: https://folqi.com/seo
Hi there, i have a problem with safari browser.
I am trying to implement a boxed content on one of my pages, everything works just fine but for some reason safari browser display the boxed content different than moz and chrome, can someone pls help with a line of code?
Here is the code i have now
/* Boxed Content Styling */
#seo-phase-1{
.sqs-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
.sq