Change column size in blog, error, post and tag

Change col size to "col-lg-10 col-lg-offset-1"
This commit is contained in:
Jorge Arias 2015-11-10 19:24:40 -03:00
parent ac7ad075d4
commit e0b8ccb1c7
4 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="col-lg-10 col-lg-offset-1">
<h1><strong>{{ page.title }}</strong></h1>
<h4><strong>{{ page.date | date_to_string }}</strong>
@ -35,7 +35,7 @@
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="col-lg-10 col-lg-offset-1">
{% include social-buttons.html %}
</div>
</div>