-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat: "What We've Done" section - first two cards #220
Conversation
b41438d
to
095b90f
Compare
c44cae0
to
f40f584
Compare
add font styles, saving spacing for a separate commit
32px for small screens, 64px for larger screens. mainly getting the horizontal spacing right, will handle vertical when adding card tags
24px for smaller screens, 56px for larger screens
56px for all screen sizes
16px for smaller screens, 8px for larger screens
48px for smaller screens, 56px for larger screens
f40f584
to
5272cdf
Compare
Rebased onto latest |
Sorry, found one more spacing thing to fix |
96px above tags, 24px under tags, 120px to fill out the bottom of the card
32px above tags, 32px under tags, 64px to fill out the bottom of the card
5272cdf
to
5db5c3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that too just yesterday while looking at Figma. I agree it'll be tricky... I haven't thought of a way to do it yet. 🤔 edit: maybe we can set a minimum height on things? idk |
I wonder if @machikoyasuda has any ideas? |
Just need to fix alignment of card contents
@machikoyasuda is helping with the alignment of card contents |
|
||
.mb-lg-6 { | ||
margin-bottom: calc(96rem / 16) !important; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be removed now I think @angela-tran
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I'll do it in one of the next PRs and link it here
fd73ed8
to
57d202c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice team effort here y'all 😎
Part of #212
This PR implements the "What We've Done" section with just the first two cards.
Dev analysis of spacing and decisions to round: