homegrade_theme_production/resources/css/blocks/press-photo-kit.css
2023-12-19 12:53:18 +01:00

27 lines
553 B
CSS

.homegrade-blocks-press-photo-kit {
@apply py-6;
&__photo-grid {
@apply grid 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;
}
}