This repository has been archived on 2020-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
thoughtpile/assets/blog.css

32 lines
376 B
CSS

.header a.title
{
text-decoration: none;
}
.paragraph p
{
text-indent: 2ch;
margin: 0 auto;
text-align: justify;
}
.content, .listingblock
{
margin-top: 1em;
}
.toc
{
float: right;
margin-left: 1em;
padding: 0 0.2em;
max-width: 40ch;
box-shadow: 0 0 0.1em;
border-radius: 0.1em;
}
.toc h2, .toc ul, .toc ol
{
margin: 0 0;
}