Restore share-buttons spacing to state before update to latest upstream
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-13 18:03:01 +02:00
parent 65279b8737
commit ada22f6840

View File

@@ -425,6 +425,12 @@ div#subpages, {
}
}
form.share-buttons {
// Modify spacing originally set in upstream CSS.
margin-top: 4em;
margin-bottom: -2em;
}
footer.notice {
.clearfix;
clear: both;