MultiversalNomad / multiversalnomad.github.io

My personal website.
https://www.jplc.ca
0 stars 0 forks source link

Make site truly mobile-friendly. #14

Closed MultiversalNomad closed 5 years ago

MultiversalNomad commented 5 years ago

The current implementation that doesn't use the meta viewport (the meta viewport is currently commented out) is sufficient enough for mobile for now, but it's a bit of a "hack" (not truly mobile-friendly).

Look into CSS3 and flexboxes or grids?

Flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ Grid: https://css-tricks.com/snippets/css/complete-guide-grid/

MultiversalNomad commented 5 years ago

Resolved by commit 0f04ffee912f63807f70f84531f4548fbfe9f04a. Closed.