From 6564d456002b437770c265e66a519f80fbd1805f Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 1 May 2024 11:52:17 -0400 Subject: [PATCH] Update service-location to fix spacing for subheader copy. --- .../service-location/service-location.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index c1c3bd4c..50768878 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -555,6 +555,24 @@ $page-side-padding: 1.5rem; padding-left: 0rem !important; } } +.appointment-type-question { + .row { + margin-top: 0; + .col-12 { + margin: 0 0 .5rem 0; + &:last-child { + margin-bottom: 0; + } + } + } + .question-text { + margin: 0; + span { + padding: 1rem 0; + text-align: center; + } + } +} .service-location-button-question { .question-text { margin-top: 1.5rem;