Commit 3243e14b authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Improve the relative sizing of headers.

parent 05a76405
Loading
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -35,18 +35,25 @@ main {

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

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    margin-top: 2rem;
  }

  h1 {
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }



  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
  }

  img {
    max-width: 100%;
    padding-bottom: 0.5rem;