commit: 4148fecfc75a0aa87dc68e59932f7da21ddab895
parent 6744c3b97c1db869a519f33466a38021888b0f59
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  5 May 2017 23:14:31 +0200
css/index.css: figure img
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -4,11 +4,14 @@
 	margin: 1em;
 }
 #art, header {text-align: center; }
-#art img { width: 100%; max-width: 95vw; max-height: 95vh; object-fit: contain;}
+#art img, figure img { width: 100%; max-width: 95vw; max-height: 95vh; object-fit: contain;}
 .warn {
 	background-color: rgba(255, 60, 0, 0.2);
 	border-bottom: 0.125em solid #dc322f;
 }
+figure {
+	text-align: center;
+}
 html, body {
 	background-color: #002b36;
 	color: #839496;