ressource document
This commit is contained in:
		@@ -4277,11 +4277,11 @@ main {
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-documents {
 | 
			
		||||
  margin-top: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation {
 | 
			
		||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
 | 
			
		||||
  width: 25%;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation {
 | 
			
		||||
  #ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
 | 
			
		||||
    width: 50%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -176,9 +176,12 @@
 | 
			
		||||
 | 
			
		||||
                    }
 | 
			
		||||
                    &.type-Documentation{
 | 
			
		||||
                        width: 25%;
 | 
			
		||||
                        @media(max-width: 810px){
 | 
			
		||||
                            width: 50%;
 | 
			
		||||
                        
 | 
			
		||||
                        .views-row{
 | 
			
		||||
                            width: 25%;
 | 
			
		||||
                            @media(max-width: 810px){
 | 
			
		||||
                                width: 50%;
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    &.type-Podcast{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user