setting cta to the card bottom
This commit is contained in:
parent
3792d02c3e
commit
e01579d091
|
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
&__inner {
|
&__inner {
|
||||||
@apply p-6;
|
@apply p-6;
|
||||||
/* @apply flex flex-col; */
|
@apply flex flex-col;
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
/* @apply h-full ; */
|
/* @apply h-full ; */
|
||||||
}
|
}
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
line-height: 1.2 !important;
|
line-height: 1.2 !important;
|
||||||
}
|
}
|
||||||
.cta--read-more {
|
.cta--read-more {
|
||||||
@apply text-neutral-900;
|
@apply text-neutral-900 mt-auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user