Fix
This commit is contained in:
		
							parent
							
								
									525d223c1b
								
							
						
					
					
						commit
						bdfe398d4b
					
				| 
						 | 
					@ -1,3 +1,7 @@
 | 
				
			||||||
 | 
					.post-single {
 | 
				
			||||||
 | 
					    padding-top: calc(var(--gap)*2);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.post-header {
 | 
					.post-header {
 | 
				
			||||||
    margin: 48px auto calc(var(--content-gap) * 2);
 | 
					    margin: 48px auto calc(var(--content-gap) * 2);
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
| 
						 | 
					@ -34,12 +38,14 @@
 | 
				
			||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.post-content {
 | 
					.post-content {   
 | 
				
			||||||
 | 
					    padding-top: var(--gap);
 | 
				
			||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    font-family: inherit;
 | 
					    font-family: inherit;
 | 
				
			||||||
    color: var(--content);
 | 
					    color: var(--content);
 | 
				
			||||||
    letter-spacing: 0.1px;
 | 
					    letter-spacing: 0.1px;
 | 
				
			||||||
 | 
					    line-height: 1.8;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.post-content h3,
 | 
					.post-content h3,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue