updating demo components

This commit is contained in:
Antoine M 2024-01-26 10:35:51 +01:00
parent 598b3c6100
commit 13bf8920ef
2 changed files with 285 additions and 769 deletions

File diff suppressed because it is too large Load Diff

View File

@ -134,6 +134,14 @@
#blocks-components {
@apply pb-64;
iframe {
@apply w-full h-auto;
aspect-ratio: 16/9;
}
.block-category-name {
@apply text-6xl font-bold text-secondary uppercase tracking-wide text-center;
}
.homegrade-blocks-focused-schema {
.homegrade-blocks-focus-point-caption::before,
.homegrade-blocks-focus-point-bullet {
@ -156,4 +164,7 @@
.homegrade-content-blocks-content-box {
margin: unset !important;
}
.homegrade-blocks-aside {
@apply border-acoustique-coproprietes;
}
}