In mobile view the gap is too much at footer. I want to decrease it. Please help.
store: https://greendeerkids.myshopify.com/
password: green
In mobile view the gap is too much at footer. I want to decrease it. Please help.
store: https://greendeerkids.myshopify.com/
password: green
yes, please try this code
@media only screen and (max-width: 749px){
.site-footer__linklist-item {padding: 2px 0;}
}