Always show the header link octothorpe on devices that don't support hover

This commit is contained in:
Eryn Wells 2024-10-07 21:01:45 -07:00
parent 38e2d8fde0
commit 6753b7328c

View file

@ -36,10 +36,10 @@
}
}
@media screen and (max-width: 480px) {
@media screen and ((max-width: 480px) or (hover: none)) {
.heading.with-anchor {
display: flex;
gap: var(--space-xs);
gap: 1ch;
grid-column: main-start / main-end;
.heading__anchor {