Newer
Older
pre-www / src / assets / css / blocks / image.css
@EcosistemaWebIuav EcosistemaWebIuav on 23 Feb 135 bytes fix: css blocks, layout, grid 4k
.block-image{
    &__inner{
        @apply aspect-[21/9];
        img{
            @apply w-full h-full object-cover;
        }
    }
}