-
Notifications
You must be signed in to change notification settings - Fork 0
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
539/careers-section-styling-fix #285
Conversation
…tioned in figma feedback
{imgSrc && <CardImg variant="top" src={imgSrc} alt={imgAlt} className="career-media-row-image" />} | ||
<CardBody className="career-card-body d-flex flex-wrap flex-column"> | ||
{children} | ||
<CardTitle className="career-subtitle">{title}</CardTitle> |
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 agree with this change. what was it done to fix? to make it look like the news card?
If so, i'd look to change the news card - as this is using the bootstrap styling which is preferable :)
…plemented these changes for NewsCard titles
Quality Gate passedIssues Measures |
* Content changes. Added new cs-journeys image. * Fixing tests * Changed the fonts to use only roboto, and dm sans. dm sans is for titles, and roboto for copy. * Removed focus on the arrow buttons. This will stop the size changes on click in mobile view and normal view. * Increased the size of the breadcrumb * Fixing sonar cloud issues * 539/careers-section-styling-fix (#285) * 526/aqa-teaching-order-enhancement (#286) * Fixed search icons --------- Co-authored-by: Shavana Peynado <shavypeynado@gmail.com>
Ticket: https://github.com/isaaccomputerscience/isaac-cs-issues/issues/539
Created a new PR from #283 so that the commit history aligns with main