Reduce h1 and xxl max font size to 34px
From originally 36px.
This commit is contained in:
parent
69ca1574fc
commit
1b4e3530bb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@
|
||||
|
||||
:where(article, .content-section) {
|
||||
h1 {
|
||||
font-size: get_relative_clamp(1.5, 2.25, 320, $full-width, 'vw', 'em');
|
||||
font-size: get_relative_clamp(1.5, 2.125, 320, $full-width, 'vw', 'em');
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -379,7 +379,7 @@
|
||||
--fs-ml: 1.25rem; // 20px
|
||||
--fs-l: 1.5rem; // 24px
|
||||
--fs-xl: 1.75rem; // 28px
|
||||
--fs-xxl: 2.25rem; // 36px
|
||||
--fs-xxl: 2.125rem; // 34px
|
||||
--fs-xxxl: 2.5rem; // 40px
|
||||
--fs-xxxxl: 3rem; // 48px
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user