This commit is contained in:
isUnknown 2024-09-10 17:07:42 +02:00
parent 4a50f88dac
commit 6dbe5151dd
2 changed files with 12 additions and 0 deletions

View file

@ -78,3 +78,9 @@
display: inline-block;
transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
.anchors-strip {
display: none;
}
}