Skip to content
Draft
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/_data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@
"linkUrl": "/services/team-reinforcement/"
}
],
"rust-workshops": [
{
"heading": "Team reinforcement",
"text": "Accelerate delivery and overcome challenges ",
"linkUrl": "/services/team-reinforcement/"
},
{
"heading": "Get strategic advice",
"text": "Assessments, transformation and scaling",
"linkUrl": "/services/strategic-advice/"
}
],
"product-design": [
{
"heading": "Easy is delightful",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
@use "components/scroll-slides";
@use "components/quotes-list";
@use "components/tech-cards";
@use "components/workshop-detail";
@use "components/workshops-landing";
@use "components/tech-cards-homepage";
@use "components/service-cards";
@use "components/case-cards";
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/components/_workshop-authors-big.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
gap: 0.5rem;
}

.post__content--workshop h2 {
.workshop-authors-big .post__content--workshop h2 {
font-weight: 700;
font-size: 2.25rem;
line-height: 1.3;
Expand Down
12 changes: 12 additions & 0 deletions src/assets/css/components/_workshop-authors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@
width: 100%;
height: 100%;
}

.workshop-authors .author__details p {
font-size: 1.2rem;
line-height: 1.6;
}

.workshop-detail__mentor .post__content--workshop h2 {
margin: 0 0 3rem;
font-size: clamp(2.25rem, -0.25rem + 5.2083vw, 3.5rem);
font-weight: 700;
line-height: 1.3;
}
Loading
Loading