Adjust footer and headers layout

This commit is contained in:
2019-04-01 14:36:10 -05:00
parent ae7b1361fd
commit 6dbf30403a
2 changed files with 19 additions and 6 deletions

View File

@ -78,9 +78,10 @@ a,
}
.anchor {
margin-top: 4rem;
&:target {
margin-top: -4rem;
padding-top: 4rem;
padding-top: 8rem;
}
}
@ -130,6 +131,20 @@ a,
.email { background: $email; }
.diaspora { background: $diaspora; }
.footer-divider {
margin-top: 3em;
margin-bottom: 3em;
border: none;
height: 1px;
background-color: #343A40;
}
.copyright-text {
margin-top: 1em;
margin-bottom: 3em;
text-align: justify;
}
footer {
img,
i {