feat(contact): améliorer le formulaire de contact avec des informations sur les développeurs et un QR code

This commit is contained in:
Boris Waaub
2026-02-11 19:57:48 +01:00
parent a191aa6623
commit 5c0487c90f
4 changed files with 62 additions and 45 deletions
+12
View File
@@ -2419,6 +2419,10 @@ body {
height: 100%;
}
.h-40 {
height: 10rem;
}
.max-h-12 {
max-height: 3rem;
}
@@ -2475,6 +2479,10 @@ body {
width: 100%;
}
.w-40 {
width: 10rem;
}
.\!max-w-none {
max-width: none !important;
}
@@ -3302,6 +3310,10 @@ body {
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
text-decoration-line: underline;
}
.\!no-underline {
text-decoration-line: none !important;
}