STYLE Smlall aspect refinment

This commit is contained in:
Antoine M 2026-04-08 16:38:32 +02:00
parent eb6c15f3a3
commit 48013e9d45

View File

@ -2,9 +2,10 @@
@apply bg-white border border-primary p-6 block; @apply bg-white border border-primary p-6 block;
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
&[target='_blank']::after { &:after {
@apply content-none; content: none !important;
} }
&:hover { &:hover {
transform: translateY(-4px); transform: translateY(-4px);
} }
@ -55,6 +56,9 @@
h3.card__title { h3.card__title {
@apply mb-6 text-2xl uppercase; @apply mb-6 text-2xl uppercase;
} }
.card__description {
@apply pb-5;
}
.card__details { .card__details {
@apply flex flex-col gap-3; @apply flex flex-col gap-3;
@ -109,7 +113,7 @@
} }
} }
&__details-text { &__details-text {
@apply flex flex-col gap-2; @apply flex flex-col gap-4;
} }
.tag-list { .tag-list {