CMS Project Sync
This commit is contained in:
+19
@@ -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;
|
||||
}
|
||||
+1
@@ -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}
|
||||
Reference in New Issue
Block a user