CSS fix for alignment of footer and footer items/links

This commit is contained in:
Greg Neagle
2016-03-10 10:39:08 -08:00
parent 3daa1c2254
commit d9949b076e

View File

@@ -308,7 +308,7 @@ footer {
}
footer div.bottom-links {
margin: 0 35px 0 0;
margin: 0 0 0 0;
border-top: 1px solid #d3d7db;
position: relative
}