Browse Source

display none RS sur header

ouidade 2 days ago
parent
commit
b16bc42a91

+ 1 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -6364,6 +6364,7 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
   padding-left: 1rem;
 }
 #header-top #block-socialnetwork-2 {
+  display: none;
   position: relative;
   top: -33px;
   align-self: flex-end;

+ 1 - 0
web/themes/custom/eql/scss/partials/_header.scss

@@ -134,6 +134,7 @@
     // reseaux sociaux
 
     #block-socialnetwork-2{
+        display: none;
         position: relative;
         top: -33px;
         align-self: flex-end;