mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-01 00:07:32 +03:00 
			
		
		
		
	fix: fix logo gutter bg
This commit is contained in:
		
							parent
							
								
									8922690d0f
								
							
						
					
					
						commit
						4c59628e14
					
				|  | @ -4,13 +4,13 @@ import styled from '../../styled-components'; | ||||||
| export const LogoImgEl = styled.img` | export const LogoImgEl = styled.img` | ||||||
|   max-height: ${props => props.theme.logo.maxHeight}; |   max-height: ${props => props.theme.logo.maxHeight}; | ||||||
|   max-width: ${props => props.theme.logo.maxWidth}; |   max-width: ${props => props.theme.logo.maxWidth}; | ||||||
|  |   padding: ${props => props.theme.logo.gutter}; | ||||||
|   width: 100%; |   width: 100%; | ||||||
|   display: block; |   display: block; | ||||||
| `;
 | `;
 | ||||||
| 
 | 
 | ||||||
| export const LogoWrap = styled.div` | export const LogoWrap = styled.div` | ||||||
|   text-align: center; |   text-align: center; | ||||||
|   padding: ${props => props.theme.logo.gutter}; |  | ||||||
| `;
 | `;
 | ||||||
| 
 | 
 | ||||||
| const Link = styled.a` | const Link = styled.a` | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user