removing unecessary duplicate of section titling css

This commit is contained in:
Antoine M 2023-11-16 16:24:51 +01:00
parent a9eaa9b461
commit a9d100fba9

View File

@ -22,11 +22,4 @@
p { p {
margin-bottom: unset; margin-bottom: unset;
} }
h1 {
@apply text-secondary font-bold text-xl mb-2 uppercase;
}
h2 {
@apply text-neutral-900 font-bold text-4xl mt-0 mb-12;
}
} }