summaryrefslogtreecommitdiffstats
path: root/static/css/blog.css
blob: d09b02fc8bad3249f5ed3679686b39a71b795ff5 (plain)
1
2
3
4
5
6
7
article > p:first-of-type::first-letter {
  float: left;
  line-height: 0.8;
  margin-right: 10px;
  font-weight: bold;
  font-size: 6rem;
}