rlenferink opened a new issue, #22: URL: https://github.com/apache/celix-site/issues/22
The Celix documentation has high-resolution images which are embedded in its documentation. To ensure that the layout of the website is still okay bootstrap has a `.img-fluid` class available. That class scales well on different devices (computers, but also phones). Because the included Celix documentation is written in Markdown a class for an image cannot be defined and every image as part of the `card-body` is given the same properties as img-fluid and making it work on multiple devices. I am not sure why defining these CSS selectors work when they are defined as `<style>...</style>` in the layout, but don't work when moving them to the [style.css](https://github.com/apache/celix-site/blob/master/static/assets/css/style.css) file. See https://github.com/apache/celix-site/blob/fbc925e87c8e31e196b5867c927cceed919b5b75/layouts/celix-doc/baseof.html#L36-L49 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org