Don't need h2 margin-top when sections have that much padding

This commit is contained in:
Daniel Sinn
2015-12-29 12:38:51 -05:00
parent fdd80b10f0
commit 184e1716aa
+3
View File
@@ -8,6 +8,9 @@ section {
clear: both;
padding: 1em;
}
h2 {
margin-top: 0;
}
table {
border-collapse: collapse;
}