export.css 306 B

1234567891011121314151617
  1. body{
  2. margin: 5px auto;
  3. padding: 5px 30px;
  4. }
  5. .article-title{
  6. margin: 15px auto;
  7. line-height: 35px;
  8. }
  9. .editormd-preview-container{
  10. padding: 0 !important;
  11. }
  12. .markdown-body pre{
  13. max-height: none !important;
  14. white-space: pre-wrap !important;
  15. word-wrap: break-word !important;
  16. }