Headings: Add a minimum font size to the anchor hash signs
This commit is contained in:
parent
c348571be6
commit
31320914f1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
.heading__anchor {
|
.heading__anchor {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
font-size: 80%;
|
font-size: max(var(--text-m), 80%);
|
||||||
grid-column: gutter-left-start / gutter-left-end;
|
grid-column: gutter-left-start / gutter-left-end;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue