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 {