Skip to content

Commit

Permalink
setup padding to 16px for the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Oct 25, 2023
1 parent 355e3c9 commit 55f7a93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/cosmos/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ body {
height: auto;
padding: 8px;
flex-direction: column;
padding-top: 16px;
padding-bottom: 16px;
}
.wormholescan-banner p {
margin: 0px;
Expand Down
2 changes: 2 additions & 0 deletions public/sui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ body {
height: auto;
padding: 8px;
flex-direction: column;
padding-top: 16px;
padding-bottom: 16px;
}
.wormholescan-banner p {
margin: 0px;
Expand Down
2 changes: 2 additions & 0 deletions public/usdc-bridge/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ body {
height: auto;
padding: 8px;
flex-direction: column;
padding-top: 16px;
padding-bottom: 16px;
}
.wormholescan-banner p {
margin: 0px;
Expand Down
2 changes: 2 additions & 0 deletions src/components/NewsBar/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const useStyles = makeStyles<Theme, Pick<Message, "background">>((theme) => ({
height: "auto",
flexDirection: "column",
padding: theme.spacing(1),
paddingTop: theme.spacing(2),
paddingBottom: theme.spacing(2),
},
textAlign: "center",
fontWeight: 500,
Expand Down

0 comments on commit 55f7a93

Please sign in to comment.