Remove padding between the images (List layout)

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

[class^='LayoutList__Item-sc'] {
padding-bottom: 0 !important;
}