16 lines
		
	
	
		
			265 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			265 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								#charts-wrapper{
							 | 
						||
| 
								 | 
							
								    display: flex;
							 | 
						||
| 
								 | 
							
								    flex-direction: row;
							 | 
						||
| 
								 | 
							
								    flex-wrap: wrap;
							 | 
						||
| 
								 | 
							
								    justify-content: space-between;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.chart-container{
							 | 
						||
| 
								 | 
							
								    display: flex;
							 | 
						||
| 
								 | 
							
								    flex-direction: column;
							 | 
						||
| 
								 | 
							
								    width: calc(50% - 15px);
							 | 
						||
| 
								 | 
							
								    min-width: 400px;
							 | 
						||
| 
								 | 
							
								    margin-bottom: 30px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 |