Files
the-sourdough-framework/book/book-ebook.css
Hendrik Kleinwaechter 5412aa6e50 Ebook improvements (#103)
* Ebook improvements

Removes fixed height and width from the resulting HTML and adds an
additional css for the ebook formats.

* Update gitignore

* Strip tags
2023-05-26 13:35:04 +02:00

10 lines
141 B
CSS

.figure {
max-width: 100%;
}
.figure img {
max-width: 100% !important;
height: auto;
object-fit: contain;
width: auto;
}