-
-
Notifications
You must be signed in to change notification settings - Fork 246
Feature/wireframe #535
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
base: main
Are you sure you want to change the base?
Feature/wireframe #535
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi, Could you please check my pull request Feature/wireframe #535 |
} | ||
|
||
main > *:first-child { |
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.
If I understand this, 'any' first-child will be column span 2 . Is this not a bit dangerous ?
main { | ||
max-width: var(--container); | ||
margin: 0 auto calc(var(--space) * 4) auto; | ||
flex: 1; | ||
display: grid; | ||
grid-template-columns: 1fr 1fr; |
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.
why not use named grid template colulmns ? This would make it clearer
https://css-tricks.com/snippets/css/complete-guide-grid/
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.