Gestion de page ACF maj
This commit is contained in:
@@ -64,12 +64,13 @@ const Faq = ({ showFAQ }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography
|
<Typography
|
||||||
variant="h3"
|
variant="body2"
|
||||||
sx={{
|
sx={{
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
mb: 4,
|
mb: 4,
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
color: "#0e467f",
|
color: "#0e467f",
|
||||||
|
fontSize: { xs: "2rem", md: "2rem", lg: "2.5rem",whiteSpace: "pre-line" }
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
FAQ
|
FAQ
|
||||||
@@ -102,7 +103,7 @@ const Faq = ({ showFAQ }) => {
|
|||||||
{filteredFaqs.length > 0 ? (
|
{filteredFaqs.length > 0 ? (
|
||||||
filteredFaqs.map((faq, index) => (
|
filteredFaqs.map((faq, index) => (
|
||||||
<Box key={index} sx={{ mb: 3 }}>
|
<Box key={index} sx={{ mb: 3 }}>
|
||||||
<Typography variant="h4" sx={{ fontWeight: "bold" }}>
|
<Typography variant="h3" sx={{ fontWeight: "bold",fontSize: { xs: "2rem", md: "2rem", lg: "2rem" } }}>
|
||||||
{faq.question}
|
{faq.question}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography
|
<Typography
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ const Contact = () => {
|
|||||||
>
|
>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography
|
<Typography
|
||||||
variant="h2"
|
variant="h3"
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: { xs: "2rem", md: "2rem", lg: "3rem" },
|
fontSize: { xs: "2rem", md: "2rem", lg: "3rem" },
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
|
|||||||
-4949
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user