[site] fix: anchor offset

use different header size on mobiles and desktops
This commit is contained in:
Eugene Orlov
2023-06-06 15:22:02 -05:00
committed by Umputun
parent 32073b3d66
commit 68504a70a0
+1 -5
View File
@@ -198,9 +198,5 @@
@apply pointer-events-none;
}
.header-anchor::before {
@apply content-[''];
@apply block;
@apply h-16;
@apply -mt-16;
@apply invisible;
@apply content-[''] block h-24 -mt-24 invisible md:h-16 md:-mt-16;
}