diff --git a/style.css b/style.css
index 09e64f6a4d69173b0a2cdbc130568bb5194d7322..20939287311245ac848c8989f4b8516d75f30892 100644
--- a/style.css
+++ b/style.css
@@ -188,9 +188,8 @@ body {
  * Footer
  */
 
-[role="main"] .site-footer {
-  margin-top: 20px;
-  margin-bottom: -20px;
+.site-footer {
+  padding: 36px 0;
 }
 .site-footer,
 body {
@@ -200,7 +199,7 @@ body {
   content: '';
   display: block;
   position: relative;
-  top: -20px;
+  top: -36px;
   height: 5px;
   background: linear-gradient(45deg, #c5050c, #007db1);
 }
@@ -224,3 +223,6 @@ body {
 .site-footer .attribution a:hover img {
   opacity: 0.976;
 }
+.footer-links ul li {
+  margin-bottom: 12px;
+}