From fb81ebb6054f7dd4d5e76702016b0c905557f5c7 Mon Sep 17 00:00:00 2001 From: Christian Lautier <15379878+maatinito@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:15:12 -1000 Subject: [PATCH] fix font size in explanation fields (champ Explication) --- app/assets/stylesheets/forms.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index 5702d5742a7..3bef592d3bb 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -2,11 +2,16 @@ @import "colors"; @import "placeholders"; -.form { // kiki +.form { // pf ul { list-style-type: square; list-style-position: outside; - // padding-left: 30px; + + li { + font-size: 1rem; + line-height: 1.2rem; + margin: 0; // var(--text-spacing); + } } ul ul { @@ -22,6 +27,7 @@ table { width: 90%; + font-size: 1rem; margin-left: auto; margin-right: auto; }