Skip to content

Commit

Permalink
Merge pull request #401 from statikbe/399-add-text-wrap-balance-prope…
Browse files Browse the repository at this point in the history
…rty-to-all-headings

Add text-balance property to headings
  • Loading branch information
Numkil authored Oct 29, 2024
2 parents 85e69d9 + 598d2ff commit 644c2d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tailoff/css/site/base/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
h4,
h5,
h6 {
@apply mb-4 font-bold;
@apply mb-4 font-bold text-balance;
}

h1 {
Expand Down Expand Up @@ -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;
}

0 comments on commit 644c2d2

Please sign in to comment.