Responsive images for 'log' default theme

This is part of the fix for issue #287
This commit is contained in:
Alexandre Teles 2016-08-24 13:18:48 -03:00 committed by GitHub
parent bd2c452643
commit 4aceba7f35
1 changed files with 7 additions and 0 deletions

View File

@ -180,3 +180,10 @@ blockquote p {
.plugin-tags li {
text-transform: capitalize;
}
/* Responsive images */
img {
max-width: 100%;
height: auto;
}