docs.css 274 B

123456789101112131415161718192021222324
  1. .codeblock {
  2. padding: 0.5em;
  3. margin: .5em 0;
  4. overflow: auto;
  5. border-radius: 0.3em;
  6. !background-color: #fdf6e3;
  7. }
  8. body {
  9. margin-right: 200px;
  10. }
  11. a {
  12. text-decoration: none;
  13. }
  14. #map {
  15. position: fixed;
  16. top: 0;
  17. right: 0;
  18. width: 200px;
  19. height: 100%;
  20. z-index: 100;
  21. }