diff --git a/resources/css/base/format-types.css b/resources/css/base/format-types.css index 28b0641..1529fee 100644 --- a/resources/css/base/format-types.css +++ b/resources/css/base/format-types.css @@ -2,3 +2,20 @@ @apply nunito font-bold tracking-wider uppercase; /* @apply nunito font-bold text-lg tracking-wider uppercase; */ } + +h2 .uppercased-small-title { + font-size: 1.7rem !important; + line-height: inherit !important; +} + +h2:has(.uppercased-small-title) { + line-height: 0.9 !important; +} +h3 .uppercased-small-title { + @apply text-xl; + line-height: inherit !important; +} + +h3:has(.uppercased-small-title) { + line-height: 0.9 !important; +}