mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-31 13:55:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			498 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			498 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .carousel {
 | |
| 	width: 100%;
 | |
| 	display: flex;
 | |
| 	gap: 16px;
 | |
| 	align-content: center;
 | |
| 	align-items: center;
 | |
| 	justify-content: space-evenly;
 | |
| }
 | |
| 
 | |
| // Zola generates noisy empty paragraphs
 | |
| .carousel p {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| .carousel-item {
 | |
| 	display: inline-block;
 | |
| }
 | |
| 
 | |
| .carousel-hidden {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| // Carousel: prestas worked for...
 | |
| 
 | |
| #carousel-prestaworkedfor {
 | |
| 	min-height: 128px;
 | |
| 	background-color: white;
 | |
| 	padding-top: 7px;
 | |
| }
 | |
| 
 | |
| .prestaworkedfor {
 | |
| 	max-width: 128px;
 | |
| 	max-height: 128px;
 | |
| 	margin: auto;
 | |
| }
 | 
