commit: d0cd1e0bd7e32cdfa494e09eeb8107ce478c869b
parent 89939a51289318691793c6d8ebb9ecc4e3dd1cbc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 14 Jul 2016 23:39:24 +0200
css/index.css: add rule for displaying art images
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -4,6 +4,7 @@
margin: 1em;
}
#art, header { text-align: center; }
+#art img { width: 100%; max-width: 95vw; max-height: 95vh; }
.warn {
background-color: rgba(255, 60, 0, 0.2);
border-bottom: 0.125em solid #dc322f;