1
0

export.css 561 B

123456789101112131415161718192021222324252627
  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{
  13. -webkit-backface-visibility: inherit !important;
  14. backface-visibility: inherit !important;
  15. }
  16. .markdown-body pre{
  17. max-height: none !important;
  18. white-space: pre-wrap !important;
  19. word-wrap: break-word !important;
  20. }
  21. .markdown-toc{
  22. display: none !important;
  23. width: 0 !important;
  24. }
  25. .article-body .markdown-article{
  26. margin-right: 0 !important;
  27. }