From 3432d1df4cf66c33553ffac44ed5bfcf4e2b4c7c Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 5 Oct 2021 11:04:06 +0200 Subject: [PATCH] fleche totop --- user/themes/epau-antimatter/css-compiled/template.css | 4 +++- user/themes/epau-antimatter/scss/template/_custom.scss | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index add8a15..edae686 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1247,7 +1247,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 { line-height: 2,5rem; background: #fff; width: 4rem; - height: 2rem; + height: 6rem; border-radius: 3px; display: inline-block; text-align: top; } @@ -1511,6 +1511,8 @@ h1 { .event #new-footer { border-top: solid 5px #d9d9d9; } + .event #new-footer span { + height: 2rem; } .modular.header-image #header { background-color: rgba(255, 255, 255, 0); diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index f667185..3428e8e 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -674,7 +674,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 { line-height: 2,5rem; background: #fff; width: 4rem; - height: 2rem; + height: 6rem; border-radius: $border-radius; display: inline-block; text-align: top; @@ -1064,4 +1064,8 @@ h1{ .event #new-footer{ border-top:solid 5px #d9d9d9; + span { + height: 2rem; + + } }