Always show the header link octothorpe on devices that don't support hover
This commit is contained in:
parent
38e2d8fde0
commit
6753b7328c
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and ((max-width: 480px) or (hover: none)) {
|
||||||
.heading.with-anchor {
|
.heading.with-anchor {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--space-xs);
|
gap: 1ch;
|
||||||
grid-column: main-start / main-end;
|
grid-column: main-start / main-end;
|
||||||
|
|
||||||
.heading__anchor {
|
.heading__anchor {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue