the link tag is inline block tags and it means it must be in one line beside other elements and should has a parent part that the parent part determines how much these inline-block elements should have margin top and button
there's two ways to do that:
convert theme to block:
#services a{
display: block;
margin-top: 8px;
}
or simply you can work with its padding