mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 04:01:11 -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;
|
|
}
|