Compare commits

..

No commits in common. "707eb95ef63311b6702d84983b4fed3125612d89" and "cf213fbfbddf31e2aa8901a036a2f7170a8b7781" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View File

@ -1,9 +0,0 @@
/**
* Animation for the hover top
*/
.animate-hover-top {
@apply transition-all duration-300 ease-out;
&:hover {
@apply translate-y-[-6px];
}
}

View File

@ -1,5 +1,5 @@
.article-card {
@apply bg-white border border-primary p-6 relative !flex flex-col;
@apply bg-white border border-primary p-6 relative;
&:after {
@apply content-[''] absolute inset-0 border-primary w-full h-full pointer-events-none;
@ -47,6 +47,6 @@
}
}
.cta--go {
@apply text-primary mt-auto;
@apply text-primary;
}
}