plz help with the code
1 Like
Hey there, @Amit_Kapur
This code should do the trick:
@media screen and (max-width: 480px) {
[class^="Window__Content-sc"] {
transform: scale(0.8);
}
Just add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped