FIX Fixing small padding detail
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-13 16:53:57 +02:00
parent e943b1e984
commit c9d2b2d559

View File

@ -69,7 +69,7 @@
}
&__website {
@apply text-primary underline font-semibold underline-offset-4 !flex w-full;
@apply text-primary underline font-semibold underline-offset-4 !flex w-full !p-0;
&:before {
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
content: '';
@ -85,6 +85,6 @@
}
.cta--read-more {
@apply mt-6;
@apply mt-6 !px-2;
}
}