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
Raw Normal View History

2020-12-29 02:36:08 +01:00
.header a.title
{
text-decoration: none;
}
2020-12-25 20:01:25 +01:00
.paragraph p
{
text-indent: 2ch;
margin: 0 auto;
text-align: justify;
}
.content, .listingblock
{
margin-top: 1em;
}
2020-12-27 20:39:09 +01:00
.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;
}