Skip to content

Commit

Permalink
Enhance vertical spacing of responses
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and jotoeri committed May 5, 2020
1 parent 5ee4684 commit e8abdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Results/Answer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {

<style lang="scss" scoped>
.answer {
margin-bottom: 4px;
margin-top: 12px;
width: 100%;
.question-text {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Results/Submission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
&-date {
color: var(--color-text-lighter);
margin-bottom: 12px;
margin-top: -8px;
}
}
</style>

0 comments on commit e8abdad

Please sign in to comment.