CSR-2179: correct wrong font weight

This commit is contained in:
Adam Caouette 2024-09-10 14:36:03 -04:00
parent beef51aa7c
commit 7671d8d410

View file

@ -768,7 +768,7 @@ export default {
} }
.questions-about-service { .questions-about-service {
.service-questions { .service-questions {
font-weight: $font-weight-bold; font-weight: 600;
} }
} }
.cart { .cart {