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,