Add figure size classes to global CSS.

This commit is contained in:
2020-07-30 00:57:27 -07:00
parent 58e6ad9e79
commit 9b37e496cb
2 changed files with 21 additions and 15 deletions

View File

@@ -241,6 +241,18 @@ figure {
figcaption {
text-align: center;
}
&.tiny img {
max-height: 15rem;
}
&.small img {
max-height: 20rem;
}
&.medium img {
max-height: 30rem;
}
}
.twitter-tweet {