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

@ -26,7 +26,7 @@
</div>
</section>
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
{% include social-buttons.html %}

View file

@ -33,7 +33,7 @@
</div>
</section>
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
{% include social-buttons.html %}