final styling fixes

This commit is contained in:
Katie Kroell 2023-09-13 11:17:22 -04:00
parent f23f478257
commit 020bb84704

View file

@ -9,11 +9,11 @@
<siteHeader
ref="siteHeader"
cmsWidgetName="SiteHeaderWidget" />
<div class="container-fluid mt-0 px-5">
<siteSubHeader
ref="siteSubHeader"
cmsWidgetName="SiteSubHeaderWidget"
class="mt-5" />
<div class="container-fluid px-5 mt-0">
<buttonQuestion
ref="endorsementQuestion"
v-model="schoolPropertyAnswer"
@ -166,6 +166,16 @@ export default {
}
}
:deep .subheader-secondary.justify-content-center {
p {
text-align: left;
}
justify-content: left !important;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.5rem;
}
:deep .question-text {
& > span {
text-align: left;