How can I eliminate empty space in my footer links?

hello, how can I remove the empty space between the links in my footer ?

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Www.frugal-finesse.com

password : fraoch

@TiaM

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (max-width: 749px){
.site-footer__linklist-item{
padding: 10px 0 !important;
}
}

Hope this works.

Thanks!

Unfortunately, that didn’t make any changes

@TiaM

Remove the old code and add this new code.

.site-footer__linklist-item{
padding: 10px 0 !important;
}

That worked! thank you !