From 7265c2e2e759d72cce594a50695c2fe59f829312 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 1 Dec 2013 22:13:33 +0100 Subject: Fix too big images in farbar. --- style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.scss b/style.scss index 7338d71..21206c8 100644 --- a/style.scss +++ b/style.scss @@ -231,6 +231,10 @@ body { padding: 1%; background-color: LightBlue; text-align: left; + img { + height: auto; + width: 100%; + } } .tags { -- cgit v1.2.3