From f48bb26b25e562f8c143f5d521e0f26fd670c0d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 28 Nov 2016 15:27:16 +0100 Subject: [PATCH] Fix for Add hover on shutter items --- app/static/src/sass/pages/_home.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/static/src/sass/pages/_home.scss b/app/static/src/sass/pages/_home.scss index f4edb16e..09887f7f 100644 --- a/app/static/src/sass/pages/_home.scss +++ b/app/static/src/sass/pages/_home.scss @@ -120,6 +120,9 @@ $module: ".home"; font-weight: weight(regular); @include margin(0 0 1 0); + + position: relative; + z-index: 3; } >p { @include font-size(s); @@ -181,6 +184,10 @@ $module: ".home"; text-align: center; @include padding(2); + &:before { + display: none; + } + >h2 { margin: 0; @include font-size(xl); -- 2.39.5