Decrease spacing between menus in footer in debut theme

In mobile view the gap is too much at footer. I want to decrease it. Please help.

store: https://greendeerkids.myshopify.com/

password: green

1 Like

@Avantika01

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.site-footer__linklist-item {padding: 2px 0;}
}