fix spacing issues between nav bar and page content#139
Open
fix spacing issues between nav bar and page content#139
Conversation
amywng
requested changes
Sep 10, 2025
Member
amywng
left a comment
There was a problem hiding this comment.
Can you also add more space between the intro and the cards, and have less space between the cards and timeline
| <div className="flex flex-row items-center overflow-x-hidden"> | ||
| <div className="flex flex-col h-[100vh] md:h-[90vh] justify-center md:mr-10 md:w-2/3 relative"> | ||
| <div className="flex flex-col justify-center md:mr-10 md:w-2/3 relative py-10 md:py-20"> | ||
| <p className="text-2xl md:text-4xl text-[#333333] md:mb-3 font-medium"> |
Member
There was a problem hiding this comment.
can we have the title match the other pages so text-2xl md:text-5xl
| <div className="absolute top-[1%] md:top-0 left-0 w-[100%] md:w-[60%] aspect-square bg-purple-radial-gradient-left z-[-1] "></div> | ||
| <div className="absolute top-1/3 right-0 w-[100%] md:w-[60%] aspect-square bg-pink-radial-gradient-right z-[-1] "></div> | ||
| <div className="w-[90%] md:max-w-[1100px]"> | ||
| <div className="mt-24 md:mt-0 w-[90%] md:max-w-[1100px]"> |
Member
There was a problem hiding this comment.
The top padding still doesn't match the other pages for me?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ℹ️ Issue
Closes no ticket
📝 Description
✔️ Verification
Visually checked every page on mobile and desktop
🏕️ (Optional) Future Work / Notes
Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!