Add weeknote for May 16-22, 2026; center captioned figures

Convert image shortcodes to standard markdown syntax, resize images to
1200px long edge, and fix figure centering in _extra.scss (auto margins).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-06-07 12:53:34 -04:00
co-authored by Claude Opus 4.8
parent 3118905624
commit 606293585c
6 changed files with 66 additions and 1 deletions
+4 -1
View File
@@ -155,12 +155,15 @@
// Image and figure styling
figure {
margin: 2rem 0;
margin: 2rem auto;
text-align: center;
img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}