27 lines
571 B
CSS
27 lines
571 B
CSS
.homegrade-blocks-press-photo-kit {
|
|
@apply py-6;
|
|
&__photo-grid {
|
|
@apply grid sm:grid-cols-2 lg:grid-cols-4 gap-8 !my-0;
|
|
}
|
|
&__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;
|
|
@apply outline-white;
|
|
/* &:before {
|
|
content: '';
|
|
@apply bg-red-400;
|
|
@apply absolute w-full h-full;
|
|
} */
|
|
}
|
|
}
|
|
.section_titling__title:first-child {
|
|
@apply mt-0;
|
|
}
|
|
}
|