Adjust heading size
This commit is contained in:
parent
e53b665fc8
commit
2123133ac3
@ -140,11 +140,19 @@ h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
font-size: clamp(1.55rem,1rem + 3vw,2.15rem);
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-bottom: 0.4em;
|
margin-bottom: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: clamp(1.55rem,1rem + 3vw,2.15rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: clamp(1.55rem,1rem + 3vw,1.8rem);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 0.05rem solid var(--clr-title-border);
|
border: 0.05rem solid var(--clr-title-border);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user