final styling fixes
This commit is contained in:
parent
f23f478257
commit
020bb84704
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue