media querry /ressources
This commit is contained in:
		@@ -4108,12 +4108,27 @@ main {
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-podcast) {
 | 
			
		||||
  width: 50%;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-podcast) {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-documentation) {
 | 
			
		||||
  width: 25%;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-documentation) {
 | 
			
		||||
    width: 50%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-vidéo) {
 | 
			
		||||
  width: 50%;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-vidéo) {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-Kit-de-communication) {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -263,12 +263,21 @@
 | 
			
		||||
 | 
			
		||||
                    .views-row:has(.type-podcast){
 | 
			
		||||
                        width: 50%;
 | 
			
		||||
                        @media(max-width: 810px){
 | 
			
		||||
                            width: 100%;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    .views-row:has(.type-documentation){
 | 
			
		||||
                        width: 25%;
 | 
			
		||||
                        @media(max-width: 810px){
 | 
			
		||||
                            width: 50%;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    .views-row:has(.type-vidéo){
 | 
			
		||||
                        width: 50%;
 | 
			
		||||
                        @media(max-width: 810px){
 | 
			
		||||
                            width: 100%;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    .views-row:has(.type-Kit-de-communication){
 | 
			
		||||
                        width: 100%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user