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