How do I skew the slanted modules to be horizontal for Mobile and Tablet?
Below is the CSS overide which works on desktop but NOT on mobile or tablet:
.frontpage #gkDarkBottom::after, .frontpage #gkDarkBottom::before,
.frontpage #gkBottom3::after, .frontpage #gkBottom3::before {
transform: skewY(0deg);
}
#gkBottomSection::before {
transform: skewY(0deg) !important;
}
Thanks for helping.