Skip to content

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MouawiaElkhalifa
Copy link

Learners, PR Template

Self checklist

  • [ YES] I have committed my files one by one, on purpose, and for a reason
  • [ YES] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • [ YES] I have tested my changes
  • [YES ] My changes follow the style guide
  • [ YES] My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented May 17, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit a067fbc
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/68288a011bc0ed0008b39c47
😎 Deploy Preview https://deploy-preview-535--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 88 (🟢 up 2 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@MouawiaElkhalifa MouawiaElkhalifa added the Needs Review Participant to add when requesting review label May 17, 2025
@MouawiaElkhalifa
Copy link
Author

Hi, Could you please check my pull request Feature/wireframe #535

@jeremycward jeremycward added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label May 17, 2025
}

main > *:first-child {

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;
Copy link

@jeremycward jeremycward May 17, 2025

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/

@jenny-alexander jenny-alexander removed their request for review May 18, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants