SennaMa / poke_haiku

MIT License
1 stars 0 forks source link

making html responsive to different phone sizes #25

Closed SennaMa closed 9 months ago

SennaMa commented 9 months ago

While testing I realized that my html isn't responsive to mobile devices. After some learning, I added @media to ensure web styles didn't interfere with mobile.

This method is quite manual but works well for my use case since I only have to account for two types of devices (phones, and tablets+laptops).