Skip to content

Commit

Permalink
align header size with figa for how-to-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsandland committed Jan 21, 2025
1 parent 9f5c766 commit aa7f559
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions express/blocks/how-to-v2/how-to-v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main .how-to-v2 ol li .step-indicator:has(+ div .closed) {

main .how-to-v2 ol li h3 {
text-align: left;
font-size: 18px;
font-size: 20px;
line-height: 23.4px;
font-weight: 700;
}
Expand All @@ -66,10 +66,14 @@ main .how-to-v2 ol li:first-child .detail-container {
max-height: none;
}

.section.discover.section-wrapper:has(.how-to-v2) {
main .section.discover.section-wrapper:has(.how-to-v2) {
padding-top: 30px;
}

main .section.discover .how-to-v2 h2 {
font-size: 32px;
}

main .how-to-v2.video lite-youtube,
main .how-to-v2.image picture {
border-radius: 16px;
Expand Down

0 comments on commit aa7f559

Please sign in to comment.