forked from cybrespace/pinafore
		
	tweak styles
This commit is contained in:
		
							parent
							
								
									ea1ae72de3
								
							
						
					
					
						commit
						b8b40ca9a4
					
				
					 1 changed files with 2 additions and 12 deletions
				
			
		| 
						 | 
					@ -8,9 +8,8 @@ body {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main {
 | 
					main {
 | 
				
			||||||
	position: relative;
 | 
						position: relative;
 | 
				
			||||||
	max-width: 56em;
 | 
						max-width: 800px;
 | 
				
			||||||
	background-color: white;
 | 
						padding: 25px;
 | 
				
			||||||
	padding: 2em;
 | 
					 | 
				
			||||||
	margin: 0 auto;
 | 
						margin: 0 auto;
 | 
				
			||||||
	box-sizing: border-box;
 | 
						box-sizing: border-box;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -28,12 +27,3 @@ h1 {
 | 
				
			||||||
a {
 | 
					a {
 | 
				
			||||||
	color: inherit;
 | 
						color: inherit;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
code {
 | 
					 | 
				
			||||||
	font-family: menlo, inconsolata, monospace;
 | 
					 | 
				
			||||||
	font-size: calc(1em - 2px);
 | 
					 | 
				
			||||||
	color: #555;
 | 
					 | 
				
			||||||
	background-color: #f0f0f0;
 | 
					 | 
				
			||||||
	padding: 0.2em 0.4em;
 | 
					 | 
				
			||||||
	border-radius: 2px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue