diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 9e693ea..aa48c34 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,8 +1,12 @@ @@ -29,11 +33,17 @@ font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; color: #2c3e50; - margin-top: 60px; + } + .chooser { + text-align: center; } .userInfo { + text-align: center; margin-bottom: 1em; } + .question { + text-align: center; + padding-top: 1em; + } diff --git a/frontend/src/components/ChoiceButton.vue b/frontend/src/components/ChoiceButton.vue index e7be908..b48fc88 100644 --- a/frontend/src/components/ChoiceButton.vue +++ b/frontend/src/components/ChoiceButton.vue @@ -1,5 +1,5 @@