From: Vincent Vanwaelscappel Date: Fri, 18 Oct 2019 16:30:03 +0000 (+0200) Subject: fix #3031 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=edb1e39a96477be32a0b96b2aca932eb51ec816c;p=pmi.git fix #3031 @1 --- 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')