commit: 25079ea28330e2fb0ab4f63382c817be60f8244a
parent 8dc30be4e82370073139246b349687e2ceaa8330
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Jan 2020 04:28:59 +0100
index.css: make inline thumbnail larger
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -75,9 +75,10 @@ dl.list dt {
 .right { float: right; }
 
 img.thumb_inline {
-	max-height: 12.5ch;
+	max-height: 40ch;
 	max-width: 40em;
 	object-fit: contain;
+	margin: 0.5em;
 }
 
 /* ids */