Skip to content

Commit

Permalink
feat: add margin to wrapper instead of children (deriv-com#16648)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-deriv authored Aug 28, 2024
1 parent 4e5d2da commit 60c3ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/appstore/src/modules/traders-hub/traders-hub.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
border-radius: 0;
}

.get-started-trading-banner-ct > *:first-child {
.get-started-trading-banner-ct:has(*) {
margin-block-end: 3.2rem;

@include desktop-screen {
Expand Down

0 comments on commit 60c3ecf

Please sign in to comment.