mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 04:01:11 -06:00
Force flowchart width to 100%
For all floats actually...
This commit is contained in:
@@ -7,3 +7,12 @@
|
||||
object-fit: contain;
|
||||
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