From 9816ef775000a436c4dbdf808eda93fb703489ab Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 27 Jul 2016 13:55:40 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 89f96a3..63296ad 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -96,11 +96,7 @@ $blue :#2dadb1; background: radial-gradient(ellipse at center, rgba(112,112,112,1) 0%, rgba(56,56,56,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#383838', GradientType=1 ); - .span_6{ - - padding:0 !important; - } - + .center{ max-width:1200px; } @@ -631,4 +627,17 @@ padding:5px 8px; } } + + +#services-bloc{ + + .span_6{ + + padding:0 !important; + } + + + + + } \ No newline at end of file