nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Make the website look nicer on small / mobile screen #9

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

Usually a raw website appears zoomed out on mobile devices (small screen). To make it appear nicer and not zoomed out, we set the meta tag of name viewport, under the <head>, like so:

<meta name="viewport" content="width=device-width, initial-scale=1">

Task list

Pybite commented 1 month ago

I would like to work on this