Commit 4594e05a authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Improve the formatting of our reports.

parent 137e4bd5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
main {
  hr {
    clear: both;
  }

  h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-top: 2.5rem;
  }

@@ -17,6 +22,13 @@ main {
    padding-bottom: 0.5rem;
  }

  .blog-post-content {
    li > p {
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  @media (min-width: 750px) {
    img[src$="#left"] {
      float: left;