STYLE update heading styles to include max-width for improved layout and adjust hierarchy class for better readability

This commit is contained in:
Antoine M 2025-11-25 15:13:32 +01:00
parent 03293bef37
commit 437a6056c6

View File

@ -9,7 +9,7 @@
}
p {
@apply !mb-0 !pb-0 uppercase text-primary;
@apply !mb-0 !pb-0 uppercase text-primary !max-w-4xl;
line-height: 1.2 !important;
font-weight: 700;
@apply tracking-widest;
@ -48,8 +48,7 @@
}
&--hierarchy-classic {
@apply text-white;
h1,
h1,
h2,
h3,
h4,