31 lines
		
	
	
		
			464 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			31 lines
		
	
	
		
			464 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | body { | ||
|  |     font-family: Source Sans Pro, sans-serif; | ||
|  |     font-size: 18px; | ||
|  |     color: #1a1a1a; | ||
|  |     letter-spacing: -0.022222222em; | ||
|  |     line-height: 1.33; | ||
|  |     margin: 0; | ||
|  |     text-align: center; | ||
|  |     padding: 2em 0 2em 0; | ||
|  | } | ||
|  | 
 | ||
|  | code {} | ||
|  | 
 | ||
|  | code, pre { | ||
|  |     font-family: Source Code Pro, monospace; | ||
|  | } | ||
|  | 
 | ||
|  | .code-block { | ||
|  |     text-align: left; | ||
|  |     display: inline-block; | ||
|  | } | ||
|  | 
 | ||
|  | span.logo { | ||
|  |     font-size: 1.666em; | ||
|  |     font-weight: bold; | ||
|  | } | ||
|  | 
 | ||
|  | p {margin-bottom: 0.5em;margin-top: 1.5em;} |