hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
243 stars 56 forks source link

Less Changes #311

Closed peiche closed 8 years ago

peiche commented 8 years ago

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.

michaelbeil commented 8 years ago

Thanks!