@adnan7-hubSubmitted 9 months ago
Zizo95
@Zizo95All comments
- @Zizo95Posted 9 months ago
Hi, your website is not responsive to small screens, try using media query to fix the issue.
0 - @AnggaSan08Submitted 10 months ago
All feedback is welcome
@Zizo95Posted 10 months agoYour website is not responsive for small devices. @media only screen and (max-width: 600px) { .container { margin: 0; padding: 0; border-radius: 0; } }
0