CMS Project Sync

This commit is contained in:
2026-04-15 15:59:53 -04:00
parent 015ea75186
commit a747e2a1d9
11220 changed files with 2590467 additions and 0 deletions
@@ -0,0 +1,19 @@
:root {
--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}
select {
min-height: 2.25em;
}
/* Featured image: natural width in template editor (matches front-end). */
.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
width: fit-content;
max-width: 100%;
}
.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
width: auto !important;
max-width: 100%;
height: auto;
}
@@ -0,0 +1 @@
:root{--wp--preset--font-size--huge:clamp(6rem,10vw,10rem)}select{min-height:2.25em}.wp-block-post-featured-image.bp-post-featured-image--intrinsic{max-width:100%;width:fit-content}.wp-block-post-featured-image.bp-post-featured-image--intrinsic img{height:auto;max-width:100%;width:auto!important}