sidebar.css 158 B

1234567891011121314
  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 h3 {
  11. margin-top: 16px;
  12. }