summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:51:43 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:51:43 +0100
commit71cf90dcabd7c29015e431972f16eea73b4a8be6 (patch)
tree2f94b2a80ed8a9f0420ddcd260aebeecd248b9e7
parent5f2b1a0d31f26d1d2a169dda749d0ecd79194ce7 (diff)
Add some margin to footer content
-rw-r--r--_includes/footer.html2
-rw-r--r--assets/css/styles.scss4
2 files changed, 5 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 7a23842..afcf17c 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,7 +3,7 @@
<p>
<a href="https://lists.nadir.org/mailman/listinfo/schleuder-announce">Subscribe to our Mailinglist</a>
</p>
- <p>
+ <p class="margin-top">
To suggest changes to these documents, or if you found any errors in them, please <a href="/contact.html">please let us know</a>.
You can also <a href="https://0xacab.org/schleuder/schleuder-website/commits/master">see their history</a>.
</p>
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 4218c18..1ff85d5 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -64,6 +64,10 @@ h1 {
padding: 3rem;
}
+.has-margin-top {
+ margin-top: 2rem;
+}
+
.tile.is-child {
margin-bottom: 4rem !important;
}