mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Force flowchart width to 100%
For all floats actually...
This commit is contained in:
@@ -7,3 +7,12 @@
|
|||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
.float {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
.float img {
|
||||||
|
max-width: 100% !important;
|
||||||
|
height: auto;
|
||||||
|
object-fit: contain;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user