Fix figure text overflow

This commit is contained in:
Will Faught
2023-01-07 10:35:10 -08:00
parent f46ee22a8a
commit 3137b22176
2 changed files with 5 additions and 1 deletions

View File

@@ -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);