summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-08-20 10:24:48 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-08-20 10:24:48 -0700
commitb4cb28b0c019252326d372630bd52b2a3559f426 (patch)
tree121a9e5d9b05f383e4a73ea3516056e91e4e1d98 /static
parent99fc4f6c8c28179acc387c03b5e2862dde3cb1c5 (diff)
downloadroseh.moe-b4cb28b0c019252326d372630bd52b2a3559f426.tar.zst
Add back styles for met art
Diffstat (limited to 'static')
-rw-r--r--static/styles.css12
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;
+}