Give support form headers more space

This commit is contained in:
Johannes Zellner
2015-08-04 16:04:44 +02:00
parent 88d905e8cc
commit 6d5afc2d75
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -783,3 +783,15 @@ $graphs-success-alt: lighten(#27CE65, 20%);
}
}
}
// ----------------------------
// Support
// ----------------------------
.support {
h3 {
margin-top: 0;
margin-bottom: 20px;
}
}