-
Notifications
You must be signed in to change notification settings - Fork 153
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
updated margin below DonateLandingPage featured image #11707
updated margin below DonateLandingPage featured image #11707
Conversation
Hi @danielfmiranda , from the code and the rendered page, it seems like on both mobile and desktop, the margin is 24px. Maybe I'm looking at the wrong place? |
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 to me! Thanks!
Thanks for the catch @mmmavis! After taking a look, I found that I have actually gotten the spacing confused. According to the mockups that Nancy linked in #10364, the spacing should be:
I have updated the image with the following classes |
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! Thanks Daniel!
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.
🎉
Description
Link to sample test page: https://foundation-s-feature-10-lyr5pm.herokuapp.com/en/donate/
Related PRs/issues: #10364
This PR updates the margin below the Donate Landing Page's "featured image" to
tw-mb-12
.Per request of design, this update:
32px
between the featured image and page title on mobile24px
between the featured image and the page intro on tablet16px
between the featured image and the page intro on tabletScreenshots:
Before:
Mobile Spacing (Note the gap of ~24px):
Desktop Spacing (Note the gap of ~16px):
After:
Mobile Spacing (Note the updated gap of ~32px):
Tablet Spacing (Note the updated gap of ~24px):
Desktop Spacing (Note the updated gap of ~16px):