diff --git a/layouts/partials/paige/figure.html b/layouts/partials/paige/figure.html index dd6d04a8..c3a5a26d 100644 --- a/layouts/partials/paige/figure.html +++ b/layouts/partials/paige/figure.html @@ -2,7 +2,7 @@ {{ $content := .content | markdownify }}
-
{{ $content }}
+
{{ $content }}
{{ with $caption }}
{{ . }}
{{ end }} diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index a299d318..6f1b1c02 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -3,6 +3,10 @@ body, html { height: 100%; } +section[class="paige-content"] { + max-width: 100%; +} + section[class="paige-content"] > blockquote { padding: 0.5rem 1rem; border-left: 0.25rem solid var(--bs-border-color);