From 24f7e3c3f0d52a95fadec8d855fd94972a42f86c Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 13 Oct 2021 01:28:15 +0200 Subject: [PATCH] font-size presentation event --- user/themes/epau-antimatter/css-compiled/template.css | 6 +++++- user/themes/epau-antimatter/scss/template/_custom.scss | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 5c94741..e210c5a 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1408,7 +1408,11 @@ h1 { width: 80%; padding-left: 1rem; padding-right: 1rem; - padding-top: 1rem; } } + padding-top: 1rem; } + .presentation-event p { + font-size: 1.1rem; } + .presentation-event ul { + font-size: 1.1rem; } } .intervenant { background-color: #d9d9d9; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index c9617a5..6d7e8df 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -899,7 +899,12 @@ h1{ padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; - + p { + font-size: 1.1rem; + } + ul{ + font-size: 1.1rem; + } } }