STYLE Smlall aspect refinment
This commit is contained in:
parent
eb6c15f3a3
commit
48013e9d45
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user