mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 19:02:41 +00:00
Adjust heading sizes
This commit is contained in:
parent
1e9192b65a
commit
97206f4cf4
@ -129,7 +129,7 @@ body {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: var(--clr-main-heading);
|
color: var(--clr-main-heading);
|
||||||
font-size: 2.2rem;
|
font-size: clamp(2rem,1rem + 5vw,3rem);
|
||||||
border-bottom: 0.18rem solid var(--clr-title-border);
|
border-bottom: 0.18rem solid var(--clr-title-border);
|
||||||
padding-bottom: 0.3em;
|
padding-bottom: 0.3em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
@ -137,11 +137,11 @@ h1 {
|
|||||||
|
|
||||||
h2, h3, h4, h5, h6 {
|
h2, h3, h4, h5, h6 {
|
||||||
color: var(--clr-sub-heading);
|
color: var(--clr-sub-heading);
|
||||||
line-height: 1.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2, h3 {
|
||||||
font-size: 1.7rem;
|
font-size: clamp(1.55rem,1rem + 3vw,2.15rem);
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user