FIX refining responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-16 12:51:02 +02:00
parent d1de979057
commit e8bceba564

View File

@ -1,6 +1,9 @@
.team-authors { .team-authors {
@apply max-w-screen-xl px-12 mx-auto py-24; @apply max-w-screen-xl px-4 md:px-12 mx-auto py-24;
.container {
@apply px-0;
}
.author-card { .author-card {
@apply bg-white p-8 border border-carhop-green-700 mb-0 flex flex-col; @apply bg-white p-8 border border-carhop-green-700 mb-0 flex flex-col;