Don't add extra bottom margin to last section

This commit is contained in:
Quincy Morgan
2020-02-27 13:26:53 -08:00
parent c39e0353a4
commit ad25f852fe

View File

@@ -876,7 +876,7 @@ a.hide-toggle {
font-weight: bold;
}
.section {
.section:not(:last-child) {
margin-bottom: 30px;
}