Add margin (top and bottom) to question component

master
Raymonzut 4 years ago
parent d9c4685b64
commit afc5dea589
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 4
      src/components/question.vue

@ -15,6 +15,10 @@ export default {
<style scoped>
#question_box {
--text-spacing: 0.75em;
font-style: italic;
margin-top: var(--text-spacing);
margin-bottom: var(--text-spacing);
}
</style>

Loading…
Cancel
Save