From 2b9a028f4bfeae6d8edb53222a09bde2e4f79af4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 23 Apr 2020 14:58:02 +0200 Subject: [PATCH] Better spacing and relatedness of questions and answers, also fixes mobile space usage Signed-off-by: Jan-Christoph Borchardt --- src/components/Questions/Question.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index eb19b45..892961d 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -185,7 +185,7 @@ export default { &__content { flex: 1 1 100%; max-width: 100%; - margin: 20px; + margin-bottom: 20px; padding: 0; } @@ -195,8 +195,7 @@ export default { flex: 1 1 100%; justify-content: space-between; width: auto; - margin: 20px; - margin-bottom: 0; + margin-top: 20px; // Using type to have a higher order than the input styling of server &-title,