From 2b23a3227ac721f9a9fb3647c02f8de2734d5355 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Mon, 27 May 2024 16:11:12 +0200
Subject: [PATCH] text-wrap balance for headings

---
 scss/index.scss | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/scss/index.scss b/scss/index.scss
index ec8f24d..bd5cd5d 100644
--- a/scss/index.scss
+++ b/scss/index.scss
@@ -5,6 +5,15 @@ body {
   background-color: $bg-light;
 }
 
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+  text-wrap: balance;
+}
+
 section {
   display: flex;
   flex-direction: column;
-- 
GitLab