Separate figure and image shortcodes
This commit is contained in:
@@ -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 }};
|
||||
|
Reference in New Issue
Block a user