From 34230624ce6f29bebd3d4fbfa4fc36e5db932359 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Sun, 2 Aug 2026 13:45:42 -0300 Subject: [PATCH] Fix responsive text wrapping in values section titles Replace break-all (which sliced words at arbitrary characters) with word-aware wrapping, add missing min-w-0 that let one grid column overflow, and tune the title font-size breakpoints so headings never fracture mid-word in the tight column widths between lg and 2xl. --- src/components/section/ColumnsSection.astro | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/section/ColumnsSection.astro b/src/components/section/ColumnsSection.astro index 453aeeb..08cea0e 100644 --- a/src/components/section/ColumnsSection.astro +++ b/src/components/section/ColumnsSection.astro @@ -9,17 +9,17 @@ const { props } = Astro.props;
-
-

{tl("values.justice.title")}

+
+

{tl("values.justice.title")}

{tl("values.justice.text")}

-
- +
+
-

{tl("values.integrity.title")}

+

{tl("values.integrity.title")}

{tl("values.integrity.text")}

@@ -28,17 +28,17 @@ const { props } = Astro.props;
-
-

{tl("values.service.title")}

-

{tl("values.service.text")}

+
+

{tl("values.service.title")}

+

{tl("values.service.text")}

-
-

{tl("values.excellence.title")}

-

{tl("values.excellence.text")}

+
+

{tl("values.excellence.title")}

+

{tl("values.excellence.text")}

-
-

{tl("values.dialogue.title")}

-

{tl("values.dialogue.text")}

+
+

{tl("values.dialogue.title")}

+

{tl("values.dialogue.text")}