Remove font size setting for heading anchor
This commit is contained in:
parent
75a90ca89c
commit
8af317870a
|
@ -328,15 +328,14 @@ main {
|
||||||
/* HEADING WRAPPER AND ANCHOR */
|
/* HEADING WRAPPER AND ANCHOR */
|
||||||
.heading-wrapper {
|
.heading-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.4em;
|
gap: 0.3em;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-anchor {
|
.heading-anchor {
|
||||||
font-size: max(0.75em, 1.75rem);
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
opacity: 0.75;
|
opacity: 0.8;
|
||||||
order: -1;
|
order: -1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue