|
@@ -177,6 +177,32 @@
|
|
|
--wp--custom--button--spacing--padding--bottom: 0.5em;
|
|
|
}
|
|
|
|
|
|
+.is-style-skatepark-aside-caption {
|
|
|
+ align-items: center;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.is-style-skatepark-aside-caption img {
|
|
|
+ justify-self: center;
|
|
|
+}
|
|
|
+
|
|
|
+.is-style-skatepark-aside-caption figcaption {
|
|
|
+ align-self: flex-end;
|
|
|
+ border-top: 3px solid var(--wp--preset--color--primary);
|
|
|
+ font-size: var(--wp--preset--font-size--small);
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-top: 20px;
|
|
|
+ padding-top: 20px;
|
|
|
+ max-width: 455px;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.is-style-skatepark-aside-caption.alignfull figcaption {
|
|
|
+ margin-left: var(--wp--custom--post-content--padding--left);
|
|
|
+ margin-right: calc( max( 0.5 * ( 100% - var(--wp--custom--layout--wide-size) ), var(--wp--custom--post-content--padding--left) ));
|
|
|
+}
|
|
|
+
|
|
|
h1.is-style-skatepark-heading-border, h2.is-style-skatepark-heading-border, h3.is-style-skatepark-heading-border, h4.is-style-skatepark-heading-border, h5.is-style-skatepark-heading-border, h6.is-style-skatepark-heading-border {
|
|
|
display: inline-block;
|
|
|
border-top: 2px solid var(--wp--custom--color--primary);
|