Hi
I am trying to change the line height in this modal for mobile. If you click on the songwriter list on the left it looks good on desktop but for mobile I sized down the font and want the line height to also go down, the line height refuses to change.
Here is the css:
@media (max-width: 768px){
.artist-menu-link a {
font-size: .5em !important;
line-height: 1em !important;
margin-left: 0px;
margin-right: 0px;
padding: 0;
}
}
Thanks