Skip to content

Commit

Permalink
Fix hundred year domain spacing on mobile (#98178)
Browse files Browse the repository at this point in the history
* Fix spacing issue for 100-year domains

* Fix spacing and missing background colour
  • Loading branch information
fditrapani authored Jan 9, 2025
1 parent c08e066 commit 4a1680e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@
}

.step-container__header {
margin-bottom: 0;

@include break-small {
margin-bottom: 40px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ const StyledFoldableCard = styled( FoldableCard )`
}
&.card.foldable-card {
background: var( --studio-gray-100 );
color: var( --studio-gray-0 );
margin: 0;
.foldable-card__header {
.foldable-card__main {
Expand Down

0 comments on commit 4a1680e

Please sign in to comment.