Skip to content

Commit

Permalink
馃拕 Add extra spacing on top of CTA
Browse files Browse the repository at this point in the history
Before the fix #4712, the Call To Action (aka CTA) for "Quick Start - 5min" used to be after a 1.25rem spacing (20px).

The fix, dropped that spacing putting the CTA button to close from its preceding title. We just put back (part of) this spacing.
  • Loading branch information
dubzzz committed Feb 18, 2024
1 parent 0ec5701 commit ea25efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/components/HomepageHeader/styles.module.css
Expand Up @@ -20,6 +20,10 @@
}
}

.subTitle {
margin-bottom: 1.25rem;
}

.subTitle .taglineBadges {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit ea25efd

Please sign in to comment.