#Related to CSS actually
3 messages · Page 1 of 1 (latest)
For now I'm using
width: 700px;
But I've heard that using pixels is a bad idea since it makes your page appears differently on different devices, depending on their resolution, which makes sense
Figured it out by trial and error:
Turns out I have to give a min-width and max-width in order to make it zoom in and out.
Thanks !