From edb1e39a96477be32a0b96b2aca932eb51ec816c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 18 Oct 2019 18:30:03 +0200 Subject: [PATCH] fix #3031 @1 --- resources/styles/components/logowall.styl | 6 ++++++ resources/views/partials/logowall.blade.php | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/styles/components/logowall.styl b/resources/styles/components/logowall.styl index 6490be5..bfeac13 100644 --- a/resources/styles/components/logowall.styl +++ b/resources/styles/components/logowall.styl @@ -8,14 +8,20 @@ $margin = 20px position: absolute; top calc(50% - 25px) cursor pointer + z-index 2 &.prev left: -7vw + +below(1920px) + left -4vw +below(1640px) left -3vw &.next + transform translateX($margin*-1) right -7vw + +below(1920px) + right -4vw +below(1640px) right -3vw diff --git a/resources/views/partials/logowall.blade.php b/resources/views/partials/logowall.blade.php index 9a9bf39..4f9b089 100644 --- a/resources/views/partials/logowall.blade.php +++ b/resources/views/partials/logowall.blade.php @@ -23,8 +23,10 @@ @endforeach
- - +
+ + +
@stack('line0')
@stack('line1')
-- 2.39.5