For quite some time, I have been struggling to make my website mobile-friendly. Despite using a grid layout, the website looks terrible when viewed on phones.
All I want is to scale down the desktop version to half the size when accessed on phones.
I've experimented with zoom:0.5;
and transform:scale(0.5);
, but unfortunately, neither has produced satisfactory results. Does anyone know how I can solve this issue?
Currently, I have included
<meta name="viewport" content="width=device-width, initial-scale=1" />
, but I have also tried removing it without success.
You can visit the website here:
Here is the link to my grid: https://github.com/joelfolkesson/jf/blob/master/style.css