diff --git a/site/src/styles.css b/site/src/styles.css index 02fd4a5c..4a7d09f8 100644 --- a/site/src/styles.css +++ b/site/src/styles.css @@ -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; }