The missing bracket in responsive.less I just came across when I ran the "less" task.
The real crux of this PR is the height: 0 !important; on .aesop-stacked-img for screens of 400px or less wide. I can think of no reason why I'd want to completely hide images in a gallery only for certain devices. A fallback height, maybe, but never set to zero.
The missing bracket in
responsive.less
I just came across when I ran the "less" task.The real crux of this PR is the
height: 0 !important;
on.aesop-stacked-img
for screens of 400px or less wide. I can think of no reason why I'd want to completely hide images in a gallery only for certain devices. A fallback height, maybe, but never set to zero.