Skip to content

Commit

Permalink
feat: unset margin-top (#15825)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-deriv committed Jun 28, 2024
1 parent b5813f1 commit 1366ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
&-container {
min-width: 7.1rem;
width: auto;
margin-top: unset;
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/appstore/src/modules/traders-hub/traders-hub.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.traders-hub {
max-width: 128rem;
max-width: 123.2rem;
margin: auto;
padding: 4rem;
padding: 5rem 0;

&:has(.wallets-banner__container) {
padding-top: 0;
Expand Down

0 comments on commit 1366ebc

Please sign in to comment.