mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 15:57:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import '../../common/styles/variables';
 | |
| 
 | |
| img {
 | |
|   max-height: 150px;
 | |
|   width: auto;
 | |
|   display: inline-block;
 | |
|   max-width: 100%;
 | |
|   //padding: 0 5px;
 | |
|   box-sizing: border-box;
 | |
| }
 |