You have a margin:auto on .container[data-type="links-lowerleftcontainer"] which is automatically centering it.
margin:auto
.container[data-type="links-lowerleftcontainer"]
Removing that delcaration fixes the issue. See screenshot.