From f3b0cb77fcb379107cdd4f770fdb16381cda1baf Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 11 Jul 2014 17:42:03 +0300 Subject: Make brand image fill 100% width of space Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/login.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss index 0e9a6a0a392..0763c682a92 100644 --- a/app/assets/stylesheets/sections/login.scss +++ b/app/assets/stylesheets/sections/login.scss @@ -11,7 +11,7 @@ .brand-image { margin-bottom: 20px; img { - max-width: 100%; + width: 100%; } } -- cgit v1.2.3