Added offset 2 for contents
And remove duplicated definitions of columns offset
This commit is contained in:
parent
0680318dd6
commit
2f3c065279
4 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
{{ page.content | markdownify }}
|
||||
|
||||
<div class="col-lg-10 col-lg-offset-2 col-md-10 col-md-offset-2">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
{% for post in paginator.posts %}
|
||||
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <br class="visible-xs-block visible-sm-block"><a href="{{site.baseurl}}{{post.url}}"> <strong>{{ post.title }}</strong> </a> <br class="visible-xs-block visible-sm-block"><small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
|
||||
{% endfor %}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<section class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
|
||||
<h1><strong>{{ page.title }}</strong></h1>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<section id="post" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
|
||||
<h1><strong>{{ page.title }}</strong></h1>
|
||||
<h4><strong>{{ page.date | date_to_string }}</strong>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<section class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
|
||||
<div id="archives">
|
||||
<div>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<h3 id="#{{ tag }}">#{{ tag }}</h3>
|
||||
|
||||
<div class="col-lg-10 col-lg-offset-2 col-md-10 col-md-offset-2">
|
||||
<div>
|
||||
{% for post in site.posts %}
|
||||
{% if post.tags contains tag %}
|
||||
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <a href="{{site.baseurl}}{{post.url}}"> <strong>{{ post.title }} </a> </strong> <small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue