From 15afea914126ec3b544aa99018d754f1d76612f1 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Wed, 30 Aug 2023 17:33:06 -0300 Subject: [PATCH] adjust bottom margin as ui/ux recomendation --- src/components/HeaderText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderText.tsx b/src/components/HeaderText.tsx index aa711fb4f..be963b072 100644 --- a/src/components/HeaderText.tsx +++ b/src/components/HeaderText.tsx @@ -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%", },