mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-03 18:43:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			165 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			165 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.product-group {
 | 
						|
  display: flex;
 | 
						|
  flex-direction: column;
 | 
						|
  gap: 15px;
 | 
						|
  margin-bottom: 30px;
 | 
						|
 | 
						|
  @media screen and (min-width: 768px) {
 | 
						|
    max-width: 50%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 |