improve size classes

This commit is contained in:
2020-03-09 14:59:10 +01:00
parent 2c6026f976
commit 75c0cf2fc3
2 changed files with 9 additions and 5 deletions

View File

@@ -27,12 +27,16 @@ figure img {
max-height: 100%;
}
figure.small img {
max-height: 150px;
figure.sm {
max-width: 30%;
}
figure.medium img {
max-height: 225px;
figure.md {
max-width: 50%;
}
figure.lg {
max-width: 70%;
}
figure.pull-right {