diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index bb8e1391..82f402e0 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -271,4 +271,21 @@ export default { } } } + +.welcome { + .question-text { + span { + text-align: left; + margin: 0 0 0.25rem 0; + } + } + .question-text { + margin: 0; + } + fieldset { + .ui-radio { + margin: 0; + } + } +} diff --git a/src/common-components/site-footer/site-footer.vue b/src/common-components/site-footer/site-footer.vue index f33cd605..e29c3e54 100644 --- a/src/common-components/site-footer/site-footer.vue +++ b/src/common-components/site-footer/site-footer.vue @@ -1,5 +1,7 @@