mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
title size changes
This commit is contained in:
parent
76dfcd7058
commit
cbe9eab527
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue