Sfoglia il codice sorgente

minor questionnaire UI fix

tripeur 4 anni fa
parent
commit
99d97ccba1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/components/Questionaire.vue

+ 2 - 2
src/components/Questionaire.vue

@@ -234,7 +234,7 @@ export default defineComponent({
   height: auto;
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: #333;
-  margin-bottom: 8px;
+  margin-bottom: 16px;
 }
 
 .intro {
@@ -250,7 +250,7 @@ span.mandatory {
   font-variant-position: super;
 }
 .question-subtitle {
-  margin-bottom: 4px;
+  margin-bottom: 12px;
 }
 .persona {
   display: flex;