2015-10-14 12:10:55 +02:00
|
|
|
img {
|
2017-08-25 18:11:48 +02:00
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
vertical-align: top;
|
2015-10-14 12:10:55 +02:00
|
|
|
}
|
2015-10-15 18:24:32 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Responsive images
|
|
|
|
*/
|
|
|
|
.is-fluid {
|
2017-08-25 18:11:48 +02:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2016-09-02 15:14:06 +02:00
|
|
|
}
|