FIX fixing size of reference text size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-08-20 15:09:02 +02:00
parent 199f21444e
commit 3809af2855

View File

@ -5,6 +5,10 @@
.reference-item { .reference-item {
@apply pl-6 relative; @apply pl-6 relative;
p,
span {
@apply text-xl bg-carhop-green-100;
}
a { a {
@apply underline underline-offset-4 decoration-1; @apply underline underline-offset-4 decoration-1;
} }