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