From d21516dd7b60bf7c92f223e4e7b065b9b0455eb1 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sun, 15 Jan 2017 21:21:58 +0300 Subject: [PATCH] Let's not stretch images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks kinda shady. 🤣 --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 66a514e..a6677ec 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -355,7 +355,6 @@ thead th,th { } img { - width: 100%; max-width: 100%; border-radius: 3px; } @@ -670,4 +669,4 @@ code { background-color:#EEE; font-size:14px; padding: 4px; font-weight: 600; -} \ No newline at end of file +}