STYLE Hiding ref-blibliographique

This commit is contained in:
Nonimart 2025-06-20 15:01:23 +02:00
parent a4e4f41767
commit 7a59f3c880

View File

@ -63,11 +63,17 @@
p { p {
@apply mb-6; @apply mb-6;
} }
h1 {
@apply mb-10;
}
h2, h2,
h3 { h3 {
@apply font-bold nunito mb-3 mt-12; @apply font-bold nunito mb-3 mt-12;
font-size: 1.7rem; font-size: 1.7rem;
} }
} }
.ref-bibliographique {
@apply hidden;
}
} }