have you tried rewriting the URLs ?
Hi,
You can use Bootstrap or media rules
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
Font: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
-
This reply was modified 5 years, 1 month ago by Yui. Reason: please use CODE button for proper formatting