tweak
This commit is contained in:
parent
ad6d5ccbf6
commit
3b08bff748
|
|
@ -1,11 +1,11 @@
|
||||||
.homegrade-blocks-page-card {
|
.homegrade-blocks-page-card {
|
||||||
@apply flex flex-col text-2xl mt-8 bg-white shadowed-lg rounded-3xl !p-8 relative;
|
@apply flex flex-col text-2xl mt-8 bg-white shadowed-lg rounded-3xl !p-8 relative;
|
||||||
|
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
transitions: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply !bg-white !rounded-3xl translate-y-2;
|
@apply !bg-white !rounded-3xl translate-y-2;
|
||||||
transitions: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
scale: 1.01;
|
scale: 1.01;
|
||||||
.homegrade-blocks-page-card__cta .cta_arrow_button {
|
.homegrade-blocks-page-card__cta .cta_arrow_button {
|
||||||
@apply translate-x-1;
|
@apply translate-x-1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user