mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -06:00
19 lines
280 B
CSS
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;
|
|
}
|