INN / labs

WordPress theme for https://labs.inn.org
GNU General Public License v2.0
0 stars 0 forks source link

Remove line-height margin-bottom on dd elements #11

Open benlk opened 5 years ago

benlk commented 5 years ago

With the following markup on https://labs.inn.org/2018/12/06/wordpress-5-0-and-your-news-organization/

<dl>
<dt>December 10, 2018</dt>
<dd>Co-Authors Plus is now compatible with Gutenberg.</dd>
<dd>Changed ACF wording to make it clearer that it's compatible, just has visual issues.</dd>
</dl>
screen shot 2018-12-10 at 3 11 02 pm

in _lists.scss:

dd {
    margin: 0 1.5em 1.5em;
}
benlk commented 5 years ago

This is my personal preference; if others think we should keep it I'm okay with that.