gabrielgio.me @ 9bf9cb55a3454a618e2a3637d3fe854de71660e3

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