Fix mobile view and add mobile media queries. #10
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberbest
The hacktoberfest label
help wanted
Extra attention is needed
question
Further information is requested
My desktop device is 1920x1080 but the CSS viewport is 1884px x 905px.
I always expect my topbar/topnav on desktop to be 1884x60 when inspecting it in console.
I expect CSS breakpointsin any media queries to be:
1920x1080 (Desktops)
1366x768 (Laptops)
375x667 (Some mobile and tablet)
360x640 (Other mobile and tablet)
I expect the footer to be no more than 500px high, but my footer only needs to contain my social icons and copyright and quick contact links so can be very short in height.
The text was updated successfully, but these errors were encountered: