fix: Corriger des descriptions et améliorer le style des fonctionnalités

This commit is contained in:
Boris Waaub
2026-03-26 13:40:13 +01:00
parent 7a9cc1aaec
commit 61a7d0686c
14 changed files with 28 additions and 32 deletions

View File

@@ -2284,11 +2284,6 @@ body {
margin-bottom: 0px !important;
}
.-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -3132,6 +3127,11 @@ body {
padding-bottom: 2rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.pb-16 {
padding-bottom: 4rem;
}
@@ -4639,9 +4639,9 @@ body {
padding-right: 1.5rem;
}
.sm\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
.sm\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.sm\:pt-32 {