minor fixes
This commit is contained in:
		
							parent
							
								
									cf7a7adc0d
								
							
						
					
					
						commit
						a6d5c71eb8
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -64,6 +64,7 @@ main {
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
 | 
					    max-width: 95vw;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main article {
 | 
					main article {
 | 
				
			||||||
| 
						 | 
					@ -83,8 +84,8 @@ article {
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    font-family: sans-serif;
 | 
					    font-family: sans-serif;
 | 
				
			||||||
    width: 70rem;
 | 
					    width: 70rem;
 | 
				
			||||||
    font-size: 26px;
 | 
					    font-size: 18px;
 | 
				
			||||||
    line-height: 36px;
 | 
					    line-height: 26px;
 | 
				
			||||||
    max-width: 90vw;
 | 
					    max-width: 90vw;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -158,7 +159,8 @@ article code>span {
 | 
				
			||||||
    flex-wrap: wrap;
 | 
					    flex-wrap: wrap;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
code {
 | 
					code,
 | 
				
			||||||
 | 
					pre {
 | 
				
			||||||
    word-wrap: normal;
 | 
					    word-wrap: normal;
 | 
				
			||||||
    white-space: break-spaces;
 | 
					    white-space: break-spaces;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue