Skip to content

Commit

Permalink
adjust bottom margin as ui/ux recomendation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Aug 30, 2023
1 parent 4d61ffd commit 15afea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { COLORS } from "../muiTheme";
const useStyles = makeStyles((theme) => ({
centeredContainer: {
marginTop: theme.spacing(5),
marginBottom: theme.spacing(12),
marginBottom: theme.spacing(7.5),
textAlign: "center",
width: "100%",
},
Expand Down

0 comments on commit 15afea9

Please sign in to comment.