handling previosu next posts specificities

This commit is contained in:
Antoine M 2024-11-12 10:20:47 +01:00
parent 554c2d1b1b
commit acce6379f0

View File

@ -0,0 +1,9 @@
.previous-next-artisan {
.link-subtitle {
@apply font-bold text-patrimoine-sante-securite;
}
.link-subtitle,
.link-title {
@apply font-bold;
}
}