From 377fba18a723761b75493f51b964e521e631d26f Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 25 Jul 2016 22:01:59 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index b05cebf..31c7084 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -57,8 +57,11 @@ $blue :#2dadb1; max-width:950px; } .service-inner{ - max-width:300px; + max-width:350px; margin:auto; + img{ + margin-bottom:10px; + } } }