From a50282b51d1533d63601e643361da62090e68ed3 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 20 Jan 2022 23:36:46 +0100 Subject: [PATCH] Animation tweaks. #4817 @0.5 --- resources/views/front/home.blade.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php index ecb6c03..d5fdf8c 100644 --- a/resources/views/front/home.blade.php +++ b/resources/views/front/home.blade.php @@ -7,7 +7,7 @@ class="flex flex-col flex-1 -mx-22 -mt-22 opacity-0"> {{-- Main home content --}} -
{{-- negative margin so image shadow sits under shortcuts --}} {{-- Left Column: logo + text + CTA --}} @@ -29,18 +29,19 @@ {{-- Right Column: Illustration image --}}
{{-- Link blocks --}} -
+
@if (null !== $home->get('raccourcis')) @foreach ($home->get('raccourcis') as $shortcut)
-- 2.39.5