scss/typography: limit image to the article width
This commit is contained in:
parent
0977300d88
commit
bc01b68937
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ ol {
|
||||||
p, em, p em {
|
p, em, p em {
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.article-thumbnail {
|
.article-thumbnail {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Reference in a new issue