From 97478e2ca8c1232ca5554d4ea0605e1f97204d5a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Mar 2019 15:50:57 +0000 Subject: [PATCH] Bugfix: Class name --- css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme.css b/css/theme.css index 6fdcdc4..efb755d 100644 --- a/css/theme.css +++ b/css/theme.css @@ -60,7 +60,7 @@ img { .flex-5 { flex: 5; } .flex-6 { flex: 6; } -.img-container { +.image-container { max-height: 100%; max-width: 100%; }