mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-31 09:24:52 -04:00 
			
		
		
		
	 5080877576
			
		
	
	5080877576
	
	
	
		
			
			* feat: configurable cols for feature-grid shortcode * chore: update css files * chore: add hextra prefix to cards css var * chore: rebuild css
		
			
				
	
	
		
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .hextra-feature-grid {
 | |
|   @media (min-width: 1024px) {
 | |
|     grid-template-columns: repeat(var(--hextra-feature-grid-cols), minmax(0, 1fr));
 | |
|   }
 | |
| }
 |