Commit 9c51c4fd authored by Nick Poulden's avatar Nick Poulden
Browse files

Add styling for headings in members

parent f60554cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -80,6 +80,10 @@
  color: #444444;
  padding-top: 10px;
  clear: both;
  h1, h2 {
    @include guides-h2-heading;
    font-size: 14px;
    margin: 15px 0 5px; }
  first-child: {
    padding-top: 0; };
  .pre {