use a list for footer links

This commit is contained in:
Daniel Micay
2019-05-16 15:56:21 -04:00
parent ff75dce561
commit 746eed0a6a
9 changed files with 42 additions and 36 deletions

View File

@@ -117,6 +117,12 @@ footer a:visited {
#social {
margin-top: 2em;
padding: 0;
list-style-type: none;
}
#social li {
display: inline;
}
#stable-channel ul, #beta-channel ul {