From 6d047406307bc83137f71b0e4de8a210292a61b8 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 31 Mar 2021 18:31:56 +0200 Subject: [PATCH] interlignage h4 --- user/themes/epau-antimatter/css-compiled/template.css | 3 ++- user/themes/epau-antimatter/scss/template/_custom.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index fd884d5..7ddf553 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -872,7 +872,8 @@ ul.pagination { margin: 0.4rem; } .programme h4 { - text-transform: uppercase; } + text-transform: uppercase; + line-height: 1.2; } .programme img { max-height: 15%; } diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index 127b524..e57ff3c 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -97,6 +97,7 @@ .programme h4 { text-transform: uppercase; + line-height: 1.2; } .programme img {