Slightly increase h1 and h2 upper font sizes

This commit is contained in:
Tetrakern 2024-09-06 23:03:07 +02:00
parent 802c8e30c4
commit 60f1cc9f46
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,11 +28,11 @@
}
:is(h2, .h2) {
font-size: get_relative_clamp(1.35, 1.55, 320, $full-width, 'vw', 'em');
font-size: get_relative_clamp(1.35, 1.6, 320, $full-width, 'vw', 'em');
}
:is(h1, .h1) {
font-size: get_relative_clamp(1.5, 1.75, 320, $full-width, 'vw', 'em');
font-size: get_relative_clamp(1.5, 1.8, 320, $full-width, 'vw', 'em');
}
:is(h1, h2, h3, h4, h5, h6) {