Files
the-sourdough-framework/book/book-ebook.css
Cedric fa714906a7 Force flowchart width to 100%
For all floats actually...
2024-01-19 09:38:39 +00:00

19 lines
280 B
CSS

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