STYLE Harmonising titles on whole carhop website

This commit is contained in:
Antoine M 2025-12-04 16:53:11 +01:00
parent 529f61002c
commit 3d5b509e41

View File

@ -0,0 +1,14 @@
body.is-website-carhop {
h3 {
@apply text-3xl;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply uppercase;
}
}