Skip to content

Commit

Permalink
Small CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 16, 2023
1 parent 62bfc2d commit 7248a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/ui/pages/catalog/Catalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ const useStyles = tss
},
"catalogSwitcher": {
"display": "flex",
"marginBottom": theme.spacing(2)
"marginBottom": theme.spacing(3)
},
"searchBar": {
"marginBottom": theme.spacing(2)
"marginBottom": theme.spacing(3)
},
"searchResults": {
"marginBottom": theme.spacing(4)
"marginBottom": theme.spacing(3)
},
"cardsWrapper": {
"flex": 1,
Expand Down

0 comments on commit 7248a06

Please sign in to comment.