From d2b44a1f959dbbb819de4b7c8103d515b691943e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 24 Apr 2020 17:00:00 +0200 Subject: [PATCH] Bold form title and questions for better structure and separation Signed-off-by: Jan-Christoph Borchardt --- src/components/Questions/Question.vue | 1 + src/views/Create.vue | 1 + 2 files changed, 2 insertions(+) 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;