update services carousel title size

This commit is contained in:
sebvtl728
2025-01-02 23:44:09 +01:00
parent babf23ca10
commit 021afc7925
@@ -302,7 +302,12 @@ const ServicePageTemplate = ({
}}
/>
<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}
</Typography>
<Typography variant="body2">{item.description}</Typography>