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