From e97e927ca379bca047a14180d221ddb1d1886511 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sun, 20 Oct 2024 13:15:34 -0500 Subject: [PATCH] fix:mobile improvements --- resources/views/components/section-border.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/views/components/section-border.blade.php b/resources/views/components/section-border.blade.php index 25f7d89..917a283 100644 --- a/resources/views/components/section-border.blade.php +++ b/resources/views/components/section-border.blade.php @@ -1,7 +1,5 @@ -
class(['h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}> -
class(['py-6' => !$attributes->has('class')]) }}> +
class(['py-6' => !$attributes->has('class'), 'h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}> - -
+
\ No newline at end of file