site URL: www.louvega.com
How do change line spacing for bulleted text without affecting accordion content?
I am using the following code to remove spacing from bullet text, but it affected my accordion text.
.sqs-block-content li {
line-height: 1.8em;
}