From a6ba503e735fc32028bd9b48f2eeaada86842546 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Apr 2014 14:51:58 +0200 Subject: [PATCH] fix image overflow --- app/assets/stylesheets/screen.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/screen.css.scss b/app/assets/stylesheets/screen.css.scss index 634c70e..705fcf3 100644 --- a/app/assets/stylesheets/screen.css.scss +++ b/app/assets/stylesheets/screen.css.scss @@ -607,4 +607,8 @@ and (min-width: 0px) //TODO font-weight: bold; } + img { + max-width: 100%; + } + } \ No newline at end of file