article img {
display: block;
width: 100%;
- min-height: 20rem;
- max-height: 40vh;
- object-fit: scale-down; /*cover;*/
margin: 2rem auto;
}
-@supports (aspect-ratio: 1) {
- article img {
- max-height: unset;
- aspect-ratio: 3/2;
- }
-}
-
/* Supporting Content */
code:not([class*="language"]) {