Remove font size setting for heading anchor

This commit is contained in:
Helen Chong 2024-04-19 16:32:04 +08:00
parent 75a90ca89c
commit 8af317870a
1 changed files with 2 additions and 3 deletions

View File

@ -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;
} }