STYLE update heading styles to include max-width for improved layout and adjust hierarchy class for better readability
This commit is contained in:
parent
03293bef37
commit
437a6056c6
|
|
@ -9,7 +9,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
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;
|
line-height: 1.2 !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@apply tracking-widest;
|
@apply tracking-widest;
|
||||||
|
|
@ -48,8 +48,7 @@
|
||||||
}
|
}
|
||||||
&--hierarchy-classic {
|
&--hierarchy-classic {
|
||||||
@apply text-white;
|
@apply text-white;
|
||||||
|
≈ h1,
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user