@AtlasKaplanSubmitted over 1 year ago
I know the is improvement on the responsive side, but i think the 375px and 1440px works, any feedback will be awesome 8)
I know the is improvement on the responsive side, but i think the 375px and 1440px works, any feedback will be awesome 8)
Your solution doesn't work well on smaller screens, you can try using media query in your stylesheet for max-width: 375px
instead of width: 375px
Also, try not to use fixed length units (px) for setting margins and paddings as this makes your site less responsive, you can use any relative units instead