fix(style): MathJax in callouts spacing (#1892)
This commit is contained in:
		@@ -65,11 +65,18 @@ ul,
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
article > mjx-container.MathJax {
 | 
					article {
 | 
				
			||||||
  display: flex;
 | 
					  > mjx-container.MathJax,
 | 
				
			||||||
  > svg {
 | 
					  blockquote > div > mjx-container.MathJax {
 | 
				
			||||||
    margin-left: auto;
 | 
					    display: flex;
 | 
				
			||||||
    margin-right: auto;
 | 
					    > svg {
 | 
				
			||||||
 | 
					      margin-left: auto;
 | 
				
			||||||
 | 
					      margin-right: auto;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  blockquote > div > mjx-container.MathJax > svg {
 | 
				
			||||||
 | 
					    margin-top: 1rem;
 | 
				
			||||||
 | 
					    margin-bottom: 1rem;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user