Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar overflows on medium width screens. #303

Open
spotandjake opened this issue Sep 22, 2024 · 0 comments
Open

Navbar overflows on medium width screens. #303

spotandjake opened this issue Sep 22, 2024 · 0 comments
Assignees

Comments

@spotandjake
Copy link

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.

image

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants