polish all imported blog posts

This commit is contained in:
2019-10-18 23:53:42 +02:00
parent 28aadfc9bf
commit e038a67798
104 changed files with 1113 additions and 1199 deletions

View File

@@ -120,3 +120,20 @@ a.learn-more:hover::after {
right: 0;
opacity: 1;
}
/* IMAGES */
figure img {
max-width: 100%;
}
figure.small img {
max-height: 150px;
}
figure.medium img {
max-height: 225px;
}
figure.pull-right {
padding: 10px 0 10px 10px;
}
figure.pull-left {
padding: 10px 10px 10px 0;
}