Skip to content

Commit f3aaebd

Browse files
authored
Merge pull request #75 from OleMussmann/main
2 parents 695447a + 86e224d commit f3aaebd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,13 @@ figure img {
457457
}
458458

459459
.img-small img {
460-
scale: 80%;
460+
max-height: calc(var(--figure-img-max-height) * 0.8);
461+
}
462+
463+
.img-small div:first-child {
464+
height: 80%;
465+
width: 80%;
466+
margin: auto;
461467
}
462468

463469
.img-full div {

0 commit comments

Comments
 (0)