From a8d3cb221db0a8ab9881681018cea74675e2940e Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Tue, 29 Sep 2020 12:09:24 +0200 Subject: [PATCH] Modif taille texte titre --- static/src/css/ethikis_survey.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/src/css/ethikis_survey.css b/static/src/css/ethikis_survey.css index e57bb2e..b740d0f 100644 --- a/static/src/css/ethikis_survey.css +++ b/static/src/css/ethikis_survey.css @@ -52,7 +52,7 @@ } .ethikis-survey h1 { - font-size: 4.5vw; + font-size: 3.5vw; text-transform: uppercase; margin-bottom: 32px; margin-top: 32px; @@ -61,7 +61,7 @@ } .ethikis-survey h2 { - font-size: 3.8vw; + font-size: 2.5rem; text-transform: uppercase; margin-bottom: 32px; color: #61C4E1; @@ -72,6 +72,10 @@ font-weight: bold; } +.ethikis-survey .js_question-wrapper .table{ + text-align: center; +} + .ethikis-survey .js_question-wrapper { margin-bottom: 38px; } -- GitLab