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/static/blog.css
tastytea 7df95158fa
Add top margins for certain elements to CSS.
Needed because I removed the margins from p elements.
2020-12-27 17:18:00 +01:00

12 lines
134 B
CSS

.paragraph p
{
text-indent: 2ch;
margin: 0 auto;
text-align: justify;
}
.content, .listingblock
{
margin-top: 1em;
}