Separate figure and image shortcodes

This commit is contained in:
Will Faught
2023-02-27 21:08:03 -08:00
parent c044080791
commit 869505dcd7
4 changed files with 121 additions and 35 deletions

View File

@@ -47,6 +47,10 @@ body, html {
margin-bottom: 0;
}
.paige-figure .paige-image {
margin-bottom: 0;
}
.paige-figure .paige-quote > blockquote {
margin-bottom: 0;
}
@@ -69,6 +73,10 @@ body, html {
opacity: 1;
}
.paige-image {
margin-bottom: 1rem;
}
{{ with $page.Param "paige.max_width" }}
#paige-root {
max-width: {{ . | safeCSS }};