From 6753b7328c1b49e00f4814db7d20712ca9e4ffe5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 7 Oct 2024 21:01:45 -0700 Subject: [PATCH] Always show the header link octothorpe on devices that don't support hover --- assets/css/090_content_headers.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/090_content_headers.css b/assets/css/090_content_headers.css index d584e3e..c5f3979 100644 --- a/assets/css/090_content_headers.css +++ b/assets/css/090_content_headers.css @@ -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 {