use margin in footer instead of padding

This commit is contained in:
neri 2020-01-14 21:36:47 +01:00
parent 38c82dba6d
commit 5355950c7b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
a.footerItem {
padding: 0 1rem;
margin: 0 1rem;
color: white;
text-decoration: none;
}