RESPONSIVE FIX flex content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-03 12:23:58 +02:00
parent 0712df55f9
commit 0f47ea2c93

View File

@ -101,7 +101,7 @@ footer {
} }
} }
ul { ul {
@apply w-full flex gap-x-4 justify-between pt-12; @apply w-full flex flex-col lg:flex-row flex-wrap gap-x-4 justify-between pt-12;
li { li {
@apply text-primary; @apply text-primary;
} }