summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-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;
+}