diff --git a/src/layouts/policy-endorsements/policy-endorsements.vue b/src/layouts/policy-endorsements/policy-endorsements.vue index 031d33db..abdae24b 100644 --- a/src/layouts/policy-endorsements/policy-endorsements.vue +++ b/src/layouts/policy-endorsements/policy-endorsements.vue @@ -15,7 +15,7 @@ + class="site-sub-header-container" /> span { + text-align: left; + line-height: 1.5rem; + font-weight: 600; + } + } } } :deep(.subheader-primary) { - margin-bottom: map-get($spacers, 2); + line-height: 1.5rem; + + h5 { + line-height: 1.5rem; + span { + font-size: 1rem; + font-weight: 500; + line-height: 1.5rem; + } + } } :deep(.subheader-secondary) { + line-height: 1.5rem; + margin-top: 0.625rem; p { - font-size: $h6-font-size; - line-height: map-get($spacers, 5); + font-size: 1rem; + font-weight: 400; + line-height: 1.5rem; } } @@ -213,18 +343,6 @@ export default { justify-content: left !important; padding-left: 0; padding-right: 0; - margin-bottom: map-get($spacers, 5); } -:deep(.question-text) { - & > span { - text-align: left; - line-height: map-get($spacers, 5); - } - margin-bottom: map-get($spacers, 2); -} - -:deep(div.question-text.d-flex) { - margin-top: map-get($spacers, 4); -} diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 5c369f09..8ef464eb 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -179,6 +179,10 @@ body { } } } + + .site-sub-header-container { + margin-top: 1.25rem; + } } :root {