diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-20 10:24:48 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-20 10:24:48 -0700 |
| commit | b4cb28b0c019252326d372630bd52b2a3559f426 (patch) | |
| tree | 121a9e5d9b05f383e4a73ea3516056e91e4e1d98 /static/styles.css | |
| parent | 99fc4f6c8c28179acc387c03b5e2862dde3cb1c5 (diff) | |
| download | roseh.moe-b4cb28b0c019252326d372630bd52b2a3559f426.tar.zst | |
Add back styles for met art
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |
