blog-site

git clone git://git.lin.moe/blog-site.git

 1.footnote-body, .footnote-body p {
 2    display: inline;
 3}
 4
 5pre {
 6    font-size: 85%;
 7}
 8
 9html > body {
10    grid-template-columns: 1fr min(60rem,90%)1fr;
11}