You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
355 B

  1. .sidebar-toggle {
  2. position: absolute;
  3. top: 0;
  4. bottom: auto;
  5. left: 0;
  6. }
  7. .search {
  8. margin-top: 40px;
  9. }
  10. .markdown-section h2 {
  11. padding-top: 0.25rem;
  12. }
  13. .markdown-section h3 {
  14. margin-top: 0.25rem;
  15. }
  16. .sidebar, .sidebar-nav {
  17. line-height: 1.5em !important;
  18. }
  19. .markdown-section ul ul {
  20. margin: 0;
  21. }
  22. .markdown-section pre {
  23. padding: 0;
  24. }