From: Vincent Vanwaelscappel Date: Wed, 11 Sep 2019 09:49:00 +0000 (+0200) Subject: wip #2764 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f049eb3ea2578a86c6f8a562519b091dccaf46c6;p=pmi.git wip #2764 @0.5 --- diff --git a/resources/styles/components/logowall.styl b/resources/styles/components/logowall.styl index f6310e3..cdb3214 100644 --- a/resources/styles/components/logowall.styl +++ b/resources/styles/components/logowall.styl @@ -34,11 +34,15 @@ width 25% padding: 0 20px 20px 0 + > img, >a + display block + background: #fff + + a:hover + @apply bg-grey-200 + @media (max-width 1024px) width 33.333% @media (max-width 640px) width 50% - - > * - background: #fff; diff --git a/resources/views/pages/aboutus.blade.php b/resources/views/pages/aboutus.blade.php index 71ae393..20ceb55 100644 --- a/resources/views/pages/aboutus.blade.php +++ b/resources/views/pages/aboutus.blade.php @@ -24,4 +24,15 @@ + + @if(config('features.partners')) + {{-- Our Partners --}} + + + + + @include("partials.logowall",['logos'=>$page->get('partners')]) + + + @endif @endsection diff --git a/resources/views/partials/logowall.blade.php b/resources/views/partials/logowall.blade.php index 052a99b..9a9bf39 100644 --- a/resources/views/partials/logowall.blade.php +++ b/resources/views/partials/logowall.blade.php @@ -12,7 +12,7 @@ @push($stack)