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 {
|
||||
display: flex;
|
||||
gap: 0.4em;
|
||||
gap: 0.3em;
|
||||
margin-top: 1.5rem;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.heading-anchor {
|
||||
font-size: max(0.75em, 1.75rem);
|
||||
line-height: 1;
|
||||
opacity: 0.75;
|
||||
opacity: 0.8;
|
||||
order: -1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue