Skip to content
Snippets Groups Projects
Verified Commit a1da87a9 authored by Owen Graham's avatar Owen Graham
Browse files

Add more spacing to footer

parent 48062f82
Branches main
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment