From b4cb28b0c019252326d372630bd52b2a3559f426 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 20 Aug 2026 10:24:48 -0700 Subject: Add back styles for met art --- static/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 0f56527..969095f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -139,3 +139,15 @@ img.inline { margin-right: 5px; filter: drop-shadow(2px -1px 3px grey); } + +figure { + display: inline-block; + text-align: center; +} + +.fullwidth figure img { + max-width: 100vw; + max-height: 100vh; + width: auto; + height: auto; +} -- cgit v1.3.1