space150 / spaceBase

A Sass-based responsive CSS framework.
http://spacebase.space150.com
MIT License
396 stars 36 forks source link

fix bug with fluid images that have explicit height attribute #71

Closed cstoobes closed 1 year ago

cstoobes commented 2 years ago

Added to _shared.scss: img[height] { height: auto; }