developping photo kit features

This commit is contained in:
Antoine M 2023-11-07 16:48:28 +01:00
parent d6c8899396
commit f0065c1347

View File

@ -0,0 +1,15 @@
.homegrade-blocks-press-photo-kit {
&__photo-grid {
@apply grid grid-cols-4 py-12;
}
&__photo-asset {
@apply relative;
aspect-ratio: 1/1;
img {
@apply w-full h-full object-cover rounded-3xl;
}
.cta--download {
@apply absolute bottom-8 right-8;
}
}
}