You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed some elements of the navbar overflow on medium width devices. The weekly updates wraps and is given no bottom padding. Seems to happen around a width of 1200px.
Investigation:
looking into the page css a tiny bit it looks like the padding problem is coming from flex-wrap: wrap; on .navbar__inner however it might make more sense to show the mobile menu a little sooner or hide the socials section as an in between, (it doesnt seem to show up anywhere on mobile anyways).
The text was updated successfully, but these errors were encountered:
I noticed some elements of the navbar overflow on medium width devices. The
weekly updates
wraps and is given no bottom padding. Seems to happen around a width of 1200px.Investigation:
looking into the page css a tiny bit it looks like the padding problem is coming from
flex-wrap: wrap;
on.navbar__inner
however it might make more sense to show the mobile menu a little sooner or hide the socials section as an in between, (it doesnt seem to show up anywhere on mobile anyways).The text was updated successfully, but these errors were encountered: