Adjusting line spacing between dropdown items

To adjust line spacing between dropdown items in Squarespace.

You can use this code to Website Tools > Custom CSS

div.header-nav-folder-item a {
    margin-bottom: 40px;
}

image