From 74b1b7acf5e7b3b90afcf0d0a9c42e598edabd6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Apr 2020 18:52:13 +0200 Subject: [PATCH] Use 9pt font size as default for labels. --- templates/LabelSystem/labels/label_style.css.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/LabelSystem/labels/label_style.css.twig b/templates/LabelSystem/labels/label_style.css.twig index 0c3199f9..41e25eb5 100644 --- a/templates/LabelSystem/labels/label_style.css.twig +++ b/templates/LabelSystem/labels/label_style.css.twig @@ -4,7 +4,7 @@ body { font-family: "DejaVu Sans Mono"; - font-size: 10pt; + font-size: 9pt; line-height: 1.0; } @@ -98,7 +98,7 @@ hr { .row [class^="col"] { float: left; - margin: 0 1%; + margin: 0 0.5%; min-height: 0.125rem ; }