From 598d2ff6f7e1debbd6ab76a7e75c3ed84002d833 Mon Sep 17 00:00:00 2001 From: Arnaud De Burchgraeve <99794461+arnaud-dbu@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:18:28 +0200 Subject: [PATCH] Add text-balance property to headings --- tailoff/css/site/base/base.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tailoff/css/site/base/base.css b/tailoff/css/site/base/base.css index ad456ec4..6b372358 100644 --- a/tailoff/css/site/base/base.css +++ b/tailoff/css/site/base/base.css @@ -9,7 +9,7 @@ h4, h5, h6 { - @apply mb-4 font-bold; + @apply mb-4 font-bold text-balance; } h1 { @@ -126,9 +126,9 @@ transition: opacity 300ms; } */ -input[type="search"]::-webkit-search-decoration, -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-results-button, -input[type="search"]::-webkit-search-results-decoration { +input[type='search']::-webkit-search-decoration, +input[type='search']::-webkit-search-cancel-button, +input[type='search']::-webkit-search-results-button, +input[type='search']::-webkit-search-results-decoration { display: none; }