update services carousel title size
This commit is contained in:
@@ -302,7 +302,12 @@ const ServicePageTemplate = ({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography variant="h6" sx={{ fontWeight: "bold" }}>
|
<Typography variant="h3"
|
||||||
|
sx={{
|
||||||
|
fontWeight: "bold",
|
||||||
|
fontSize: { xs: '1.2rem', md: '2rem', lg: '2.5rem' }, // Responsive
|
||||||
|
}}
|
||||||
|
>
|
||||||
{item.title}
|
{item.title}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body2">{item.description}</Typography>
|
<Typography variant="body2">{item.description}</Typography>
|
||||||
@@ -333,7 +338,7 @@ const ServicePageTemplate = ({
|
|||||||
>
|
>
|
||||||
Prêt à démarrer ?
|
Prêt à démarrer ?
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Typography variant="body1" sx={{ mb: 4 }}>
|
<Typography variant="body1" sx={{ mb: 4 }}>
|
||||||
Rejoignez-nous dès aujourd’hui et profitez de nos services pour
|
Rejoignez-nous dès aujourd’hui et profitez de nos services pour
|
||||||
booster votre activité.
|
booster votre activité.
|
||||||
|
|||||||
Reference in New Issue
Block a user