omeka-s-modules/ItemCarouselBlock

Slick.css sets overreaching styles on paragraphs and lists

Closed this issue · 2 comments

p, ul {
        margin: 0;
}

My page content ends up having many fewer margins when this block is present.

It looks like there were actually a bunch of changes made to the original slick.css, and they should probably go into asset/css/item-carousel.css. @matthewjmckinley, can you move any changes specific to the module over?

Whoops! Specific changes moved to item-carousel.css and slick.css reverted to stock here: 5019eff