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