فهرست منبع

grid ressource video

ouidade 1 هفته پیش
والد
کامیت
9611184433

+ 3 - 2
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -5949,6 +5949,7 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
   display: flex !important;
   flex-direction: column;
   margin-left: 11%;
+  width: 60%;
 }
 @media screen and (min-width: 1100px) {
   .page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top {
@@ -5981,11 +5982,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
 }
 .page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top .block-entity-fieldnodefield-videos {
   order: 7;
-  width: 70%;
+  margin-top: 2rem;
 }
 
 body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-projets-liee {
-  transform: translateY(-45.5rem);
+  transform: translateY(-60vh);
 }
 body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-liens,
 body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-fichiers,

+ 4 - 3
web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss

@@ -6,6 +6,7 @@
             display: flex !important;
             flex-direction: column;
             margin-left: 11%;
+            width: 60%;
             @media screen and (min-width:1100px) {
                 display: flex;
             }
@@ -36,9 +37,9 @@
             }
             .block-entity-fieldnodefield-videos{
               order: 7;
-              width: 70%;}
-            
+              margin-top: 2rem;
             }
+          }
 
             
         }
@@ -48,7 +49,7 @@
 body.type-media-vidéos{
   .block-region-third{
     .block-entity-fieldnodefield-projets-liee{
-      transform: translateY(-45.5rem);
+      transform: translateY(-60vh);
     }
     .block-entity-fieldnodefield-liens,
     .block-entity-fieldnodefield-fichiers,