Bold form title and questions for better structure and separation

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-24 17:00:00 +02:00 committed by Jonas Rittershofer
parent 8f2a66af02
commit d2b44a1f95
2 changed files with 2 additions and 0 deletions

View file

@ -210,6 +210,7 @@ export default {
border-bottom: 1px dotted transparent;
border-radius: 0;
font-size: 16px;
font-weight: bold;
line-height: 22px;
}

View file

@ -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;