From 38b3b383ea55142cae09cab2e7f64bfc5c974082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=20Siegfried?= Date: Thu, 14 Mar 2024 11:38:16 -0300 Subject: [PATCH 1/3] Stats Block Responsive - add fixes to Stats & Text Image block --- resources/views/blocks/stats.blade.php | 10 +++++----- resources/views/blocks/text-image.blade.php | 2 +- tailwind.config.ts | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/blocks/stats.blade.php b/resources/views/blocks/stats.blade.php index 3033c02..9a1a491 100644 --- a/resources/views/blocks/stats.blade.php +++ b/resources/views/blocks/stats.blade.php @@ -1,10 +1,10 @@ -
+
-
+
@foreach ($stats as $stat) -
-

{!! $stat['statNumber'] !!}

-

{!! $stat['statName'] !!}

+
+

{!! $stat['statNumber'] !!}

+

{!! $stat['statName'] !!}

@endforeach
diff --git a/resources/views/blocks/text-image.blade.php b/resources/views/blocks/text-image.blade.php index 3bb0d64..a1547d3 100644 --- a/resources/views/blocks/text-image.blade.php +++ b/resources/views/blocks/text-image.blade.php @@ -9,7 +9,7 @@
@endif -
+
Date: Thu, 14 Mar 2024 12:49:31 -0300 Subject: [PATCH 2/3] Update text-image.blade.php --- resources/views/blocks/text-image.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/blocks/text-image.blade.php b/resources/views/blocks/text-image.blade.php index a1547d3..065c893 100644 --- a/resources/views/blocks/text-image.blade.php +++ b/resources/views/blocks/text-image.blade.php @@ -9,7 +9,7 @@
@endif -
+
-
\ No newline at end of file +
From 8d282d039c07333724cf19c22ba65128d6a18da8 Mon Sep 17 00:00:00 2001 From: Maximo Martinez Soria <43972710+maximomartinezsoria@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:50:05 -0300 Subject: [PATCH 3/3] Update tailwind.config.ts --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index e2c8e35..ef6ea9b 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -58,7 +58,7 @@ export default { }, extend: { screens: { - '2xl': '1440px', + '2xl': '1536px', }, fontSize: { "3xxl": "2rem",