2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 04:55:32 +00:00

offset links by header

This commit is contained in:
2021-11-07 16:09:17 +01:00
parent f72cf5c18f
commit b28ad32262
2 changed files with 9 additions and 1 deletions

View File

@ -24,3 +24,10 @@
@apply text-gray-900
}
}
a.anchor {
display: block;
position: relative;
top: -72px;
visibility: hidden;
}