kty990 / kty990.github.io

https://www.kutcher.ca/
1 stars 0 forks source link

Add flexbox to navbar #4

Closed kty990 closed 1 year ago

kty990 commented 1 year ago

For at least the image in the navbar for centering, but could be used for the entire navbar with fill direction vertical, and 1 item per row.

Since the 'hamburger icon' is part of nav contents div, the flexbox should be within the div at same depth as hamburger icon, not as parent or higher.

kty990 commented 1 year ago

display:flex; justify-content:center; width:100%;