-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adds responsive component learn part 2 #87
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for orcahome ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
UI check for responsiveness passes. |
We are going to deploy all passed PRs this Tuesday. Would it be possible for you to pass this PR so it's ready for our deployment session on Tuesday, Oct. 17? |
@UXBrendan I don't have the rights to pass the PR. The repository was setup in a way that someone has to review first as a flag then on review, the checks can be passed. |
<div className={learnStyles.imageWrapper}> | ||
<section aria-labelledby="salish" className={learnStyles.salishSection}> | ||
<h1 id="salish" className={learnStyles.salishHeading}> | ||
{' '} |
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.
Is this preceding space necessary in the H1?
Updates code to match Figma design of issue#42 and makes section responsive