Revert "styling changes to coverage-statement"

This commit is contained in:
katie 2023-03-23 13:13:07 -04:00
parent 2089235bfe
commit f505226a7a

View file

@ -14,14 +14,12 @@
typeStyle="h5" typeStyle="h5"
justifyText="center" justifyText="center"
class="mt-0 mb-4" class="mt-0 mb-4"
id="coverageTextBlock" id="coverage-statement-text-block"
/> />
<div class="mt-0"> <div
<p
v-html="continueWithSchedulingBodyText" v-html="continueWithSchedulingBodyText"
class="mt-0"> class="mt-0"
</p> ></div>
</div>
<textBlock <textBlock
cmsWidgetName="whatHappensNextCopy" cmsWidgetName="whatHappensNextCopy"
class="mt-4 mb-2 fw-bold" class="mt-4 mb-2 fw-bold"
@ -152,10 +150,10 @@ export default {
height: calc(100% - 168px); height: calc(100% - 168px);
overflow-X: hidden !important; overflow-X: hidden !important;
} }
ol { ol {
margin-left: -1rem; margin-left: -1rem;
li { li {
margin-bottom: .5rem; margin-bottom: .5rem;
} }
} }
</style> </style>