FEATURE add hidden style for cite reference in singles page

This commit is contained in:
Antoine M 2026-05-05 11:10:54 +02:00
parent d7c3d33bd8
commit 27b7b013bc

View File

@ -3,6 +3,10 @@
@apply px-8;
}
#cite-reference {
@apply hidden;
}
.tags__title {
@apply text-lg uppercase font-semibold mt-0 my-4 nunito;
}