2024-11-18 17:58:23 +00:00

29 lines
465 B
CSS

/* Put your custom styles here and run `npm start` from the "src" directory on */
img.max400 {
display: block;
max-height: 500px;
}
em {
display: block;
text-align: center;
}
#TableOfContents ul li {
margin-bottom: 1em;
}
.lh-copy blockquote {
display: block;
font-size: .875em;
margin-left: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
border-left: 4px solid #ccc;
padding-left: 1rem;
}
.nested-links a {
overflow-wrap: break-word;
}