|
@@ -85,6 +85,28 @@
|
|
flex-basis: auto;
|
|
flex-basis: auto;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-column:last-child {
|
|
|
|
+ max-width: 400px;
|
|
|
|
+ flex-shrink: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-post-featured-image {
|
|
|
|
+ width: 400px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media (max-width: 599px) {
|
|
|
|
+ .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-post-featured-image img {
|
|
|
|
+ -o-object-fit: cover;
|
|
|
|
+ object-fit: cover;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 400px;
|
|
|
|
+}
|
|
|
|
+
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li {
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -92,6 +114,10 @@
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.is-style-quadrat-diamond-posts .wp-block-post-template li > * {
|
|
|
|
+ flex-basis: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li:before {
|
|
.is-style-quadrat-diamond-posts .wp-block-post-template li:before {
|
|
content: "";
|
|
content: "";
|
|
background: var(--wp--preset--color--secondary);
|
|
background: var(--wp--preset--color--secondary);
|