'li' and Link don't align in Footer Menu Item SHOPIFY DAWN

Hi there,

I’m trying to solve my issue with my footer menu in shopify dawn theme. As you can see, the ‘li’ and the actual link (shipping info) that is tied to that ‘li’ don’t align. I want the ‘li’ to start lower, so that it aligns on the same level as the link. Otherwise when I try to click the link, I have to hover a bit above the word to activate the button. The issue is with the whole menu, so the the links under ‘shipping info’ face the same issue. So the ‘li’ for payment info is partly in the space where the shipping info is located.

Kind Regards!

can you share Your Store Link

store pw: aoproliokj8zf7t

my store pw: aoproliokj8zf7t

Pw Is Not Right

i forgot, thats the right one: isueydfgiwbcsdvevgrd

Add this css in your base.css file

.footer-block__details-content li{
      line-height: 0;
}

perfect! thank you very much