INN / umbrella-borderzine

Umbrella repository for borderzine.com/
GNU General Public License v2.0
0 stars 1 forks source link

Apply font-size to ul and ol content as well #74

Open benlk opened 4 years ago

benlk commented 4 years ago

We've set the body font size to 14px:

https://github.com/INN/umbrella-borderzine/blob/d589c9b5a644f6c1b0c1983c036b886a71de7c1e/wp-content/themes/borderzine/less/typography.less#L35-L38

But Largo provides these styles:

.entry-content ol,
.entry-content ul {
    font-size: 19.55px;
}

The result is that list items in the story are a lot bigger than they should be:

Screen Shot 2019-10-07 at 13 38 21

(This is Largo issue https://github.com/INN/largo/issues/1642 )