diff --git a/assets/css/main.css b/assets/css/main.css index c454443..7ba5181 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -457,7 +457,13 @@ figure img { } .img-small img { - scale: 80%; + max-height: calc(var(--figure-img-max-height) * 0.8); +} + +.img-small div:first-child { + height: 80%; + width: 80%; + margin: auto; } .img-full div {