Better spacing and relatedness of questions and answers, also fixes mobile space usage

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:58:02 +02:00 committed by Jonas Rittershofer
parent deb90aa820
commit 2b9a028f4b

View file

@ -185,7 +185,7 @@ export default {
&__content { &__content {
flex: 1 1 100%; flex: 1 1 100%;
max-width: 100%; max-width: 100%;
margin: 20px; margin-bottom: 20px;
padding: 0; padding: 0;
} }
@ -195,8 +195,7 @@ export default {
flex: 1 1 100%; flex: 1 1 100%;
justify-content: space-between; justify-content: space-between;
width: auto; width: auto;
margin: 20px; margin-top: 20px;
margin-bottom: 0;
// Using type to have a higher order than the input styling of server // Using type to have a higher order than the input styling of server
&-title, &-title,