title size changes

This commit is contained in:
Toby Brown 2024-02-08 20:12:25 +00:00
parent 76dfcd7058
commit cbe9eab527

View file

@ -39,7 +39,11 @@ export default function Project({ title, description, color, img, itemId }) {
<Text
as="h1"
variant="title"
sx={{ width: ['full', 'copyUltra'], textAlign: 'center' }}
sx={{
width: ['full', 'copyUltra'],
textAlign: 'center',
fontSize: ['36px', 6]
}}
>
{title}
</Text>