@adnan7-hub
Zizo95
@Zizo95All comments
- @Zizo95
Hi, your website is not responsive to small screens, try using media query to fix the issue.
- @AnggaSan08@Zizo95
Your website is not responsive for small devices. @media only screen and (max-width: 600px) { .container { margin: 0; padding: 0; border-radius: 0; } }