From 802a0694d060528ce5483b2dd60f50ea0a828e93 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 8 May 2019 23:05:55 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 75a2a07..f512065 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -305,6 +305,11 @@ img { } } + + .columns{ + width:auto !important; + float:none !important; + } #top_gradient{ display:none; }