Hello.
I have deployed this react app:
https://tender-fermat-3d5fca.netlify.app/about
And precisely in that particular page the slider at the bottom is not picking up the css to center the content. I can see the css code here:
https://tender-fermat-3d5fca.netlify.app/static/css/main.12313af2.chunk.css
It’s precisely this one:
.slick-slide>div{display:flex!important;justify-content:center!important}
So why could it be that it’s not actually applying it?
Thanks in advance