Skip to content

Commit

Permalink
Merge pull request #75 from OleMussmann/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran authored Feb 2, 2025
2 parents 695447a + 86e224d commit f3aaebd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f3aaebd

Please sign in to comment.