diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 825cd13..4d6e746 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1051,9 +1051,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 { text-transform: uppercase; left: 45%; margin-bottom: 2rem !important; } - @media (min-width: 768px) { - .bouton-ouverture { - display: none; } } .gouvernance { background-color: #000; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index f03487b..5895b6e 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -367,7 +367,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 { left: 45%; // margin-top: 3rem; margin-bottom: 2rem !important; - @media (min-width: 768px) {display: none ;} + // @media (min-width: 768px) {display: none ;} }