feat(faq): réorganiser la section FAQ et ajouter des descriptions pour une meilleure clarté

This commit is contained in:
Boris Waaub
2026-02-11 17:53:39 +01:00
parent 1beb5bb486
commit 7acc762a05
4 changed files with 359 additions and 57 deletions
+5 -9
View File
@@ -2839,6 +2839,11 @@ body {
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
@@ -2897,11 +2902,6 @@ body {
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
@@ -4532,10 +4532,6 @@ body {
margin-top: 5rem;
}
.sm\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sm\:flex-row {
flex-direction: row;
}