polish all imported blog posts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user