-
Notifications
You must be signed in to change notification settings - Fork 273
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
fix: spacing updates / fixes #350
fix: spacing updates / fixes #350
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://gatsby-theme-carbon-git-fork-alisonjoseph-type-spacing-fixes.carbon-design-system.now.sh |
@@ -3,6 +3,7 @@ | |||
position: relative; | |||
padding-top: $spacing-04; | |||
top: -$spacing-04; | |||
width: 84%; |
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 don’t really remember where this value came from, can we handle this with padding so we don’t need to target individual elements (like the p’s below). Sometimes I think it’s helpful to assume that the component isn’t being used with mdx. Can we guarantee the internal content will be a paragraph?
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.
This value came from Jeanne when sitting down next to me, to get design correct. I can move it to padding.
docs updated |
Met w/ @jeanservaas to go over spacing for paragraphs, quotes and asides inside of columns.
closes #359