refining margins

This commit is contained in:
Antoine M 2023-12-13 17:47:59 +01:00
parent 7d3e168465
commit d34ddf5c93

View File

@ -1,7 +1,7 @@
.homegrade-blocks-press-photo-kit {
@apply py-6;
&__photo-grid {
@apply grid grid-cols-4 py-8 gap-8;
@apply grid grid-cols-4 gap-8 !my-0;
}
&__photo-asset {
@apply relative;
@ -10,11 +10,6 @@
@apply w-full h-full object-cover rounded-3xl;
}
/* &:hover {
img {
@apply opacity-90;
}
} */
.cta--download {
@apply absolute bottom-8 right-8;
/* &:before {