소스 검색

minor questionnaire UI fix

tripeur 4 년 전
부모
커밋
99d97ccba1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;