diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 892961d..67caa8c 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -210,6 +210,7 @@ export default { border-bottom: 1px dotted transparent; border-radius: 0; font-size: 16px; + font-weight: bold; line-height: 22px; } diff --git a/src/views/Create.vue b/src/views/Create.vue index 96741ea..0a8e1ba 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -389,6 +389,7 @@ export default { } #form-title { font-size: 2em; + font-weight: bold; padding-left: 14px; // align with description (compensate font size diff) overflow-x: hidden; text-overflow: ellipsis;