Added responsive definition to images

* .content-section img definition in grayscale.scss
* Remove unecesary duplicated id="{{ page.title }}" definition in posts.html and blog.html
This commit is contained in:
Jorge Arias 2015-11-11 21:13:14 -03:00
parent f37c982fc7
commit ec626ca9d9
3 changed files with 9 additions and 2 deletions

View file

@ -282,6 +282,13 @@ footer {
background: rgba($light, 0.2);
}
/* Added in { Personal } for responsive images in posts and section contents */
.content-section img {
display: block;
max-width: 100%;
height: auto;
}
img::selection {
background: transparent;
}