commenting hover behaviour

This commit is contained in:
Antoine M 2023-11-27 10:56:20 +01:00
parent 7308b901db
commit 3feeba10b3

View File

@ -8,8 +8,19 @@
img { img {
@apply w-full h-full object-cover rounded-3xl; @apply w-full h-full object-cover rounded-3xl;
} }
/* &:hover {
img {
@apply opacity-90;
}
} */
.cta--download { .cta--download {
@apply absolute bottom-8 right-8; @apply absolute bottom-8 right-8;
/* &:before {
content: '';
@apply bg-red-400;
@apply absolute w-full h-full;
} */
} }
} }
} }