How to increase vertical margins/paddings for math blocks in reading mode?

I’ve tried this, but it only works for editing mode:

div.math.math-block.cm-embed-block {     
  padding-top:50px;    
  padding-bottom: 50px;
}

Any ideas how to do it for reading mode?

This may help you find what you need:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.