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