Headings: Add a minimum font size to the anchor hash signs

This commit is contained in:
Eryn Wells 2024-08-08 09:56:01 -10:00
parent c348571be6
commit 31320914f1

View file

@ -24,7 +24,7 @@
.heading__anchor {
align-self: center;
font-size: 80%;
font-size: max(var(--text-m), 80%);
grid-column: gutter-left-start / gutter-left-end;
justify-content: center;