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.

_styles.css 362B

1234567891011121314151617181920
  1. /* Put your custom styles here and run `npm start` from the "src" directory on */
  2. #TableOfContents ul li {
  3. margin-bottom: 1em;
  4. }
  5. .lh-copy blockquote {
  6. display: block;
  7. font-size: .875em;
  8. margin-left: 2rem;
  9. margin-top: 2rem;
  10. margin-bottom: 2rem;
  11. border-left: 4px solid #ccc;
  12. padding-left: 1rem;
  13. }
  14. .nested-links a{
  15. overflow-wrap: break-word;
  16. }