homegrade_theme_production/resources/css/blocks/labelled-picture.css

11 lines
278 B
CSS

.homegrade-blocks-labelled-picture {
@apply relative w-full;
img {
@apply rounded-lg w-full object-cover;
max-height: 300px;
}
figcaption {
@apply bg-white absolute px-8 py-2 text-center bottom-4 left-4 z-10 rounded-lg font-bold text-base;
}
}