From 68d04bef4023188a8cf4fdf4f924609d1dcfb88c Mon Sep 17 00:00:00 2001 From: Delemangi Date: Wed, 14 Feb 2024 02:15:33 +0100 Subject: [PATCH] Front page inprovements --- src/app/(app)/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(app)/index.tsx b/src/app/(app)/index.tsx index 26afead..68edc3b 100644 --- a/src/app/(app)/index.tsx +++ b/src/app/(app)/index.tsx @@ -93,6 +93,8 @@ const useStyles = makeStyles((theme) => ({ fontSize: 20, fontWeight: "bold", color: theme.colors.white, + textTransform: "uppercase", + marginVertical: 20, }, text: { color: theme.colors.white,