use margin in footer instead of padding
This commit is contained in:
parent
38c82dba6d
commit
5355950c7b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
a.footerItem {
|
||||
padding: 0 1rem;
|
||||
margin: 0 1rem;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue