Enhance vertical spacing of responses

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-05 16:51:59 +02:00 committed by Jonas Rittershofer
parent 5ee468439f
commit e8abdad26a
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.answer { .answer {
margin-bottom: 4px; margin-top: 12px;
width: 100%; width: 100%;
.question-text { .question-text {

View file

@ -123,7 +123,7 @@ export default {
&-date { &-date {
color: var(--color-text-lighter); color: var(--color-text-lighter);
margin-bottom: 12px; margin-top: -8px;
} }
} }
</style> </style>