Skip to content

Commit

Permalink
feat: remove top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszKandula committed May 27, 2024
1 parent 24877eb commit 2146e2b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export const ClientsStyle = makeStyles(theme => ({
backgroundColor: Colours.colours.white,
paddingTop: 50,
paddingBottom: 50,
[theme.breakpoints.down(900)]: {
marginTop: 50,
},
},
logo: {
height: 50,
Expand Down

0 comments on commit 2146e2b

Please sign in to comment.