style fix

This commit is contained in:
Katie Kroell 2024-03-04 15:42:00 -05:00
parent 9ddc157ed3
commit 7651441115

View file

@ -26,11 +26,11 @@
<p>{{ appointmentTimeFormatted }}</p>
</div>
<div
class="appointment-text text-center text-color--black lh-base"
class="appointment-text text-center lh-base"
v-html="appointmentWordingText">
</div>
<div
class="appointment-text text-center text-color--black lh-base mt-2"
class="appointment-text text-center lh-base mt-2"
v-html="appointmentWordingText2">
</div>
</div>
@ -308,6 +308,7 @@ $page-side-padding: 1.5rem;
.appointment-text {
:deep(strong) {
font-weight: $font-weight-bold;
color: $black;
}
}
</style>