From 395520196359b114538af92d056d0734041199c1 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Wed, 4 Sep 2019 13:02:30 +0200 Subject: Fix css copy-paste error --- css/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/local.css b/css/local.css index 0857685f..a0b99951 100755 --- a/css/local.css +++ b/css/local.css @@ -12,7 +12,7 @@ table.half-width-img th { width: 50%; } -table.half-width-img th { +table.half-width-img img { width: 100%; height: auto; } -- cgit v1.2.1