Skip to content

Commit

Permalink
Change home info block (refs lafabbricabr/timtec-theme-nutrir#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoVS committed Aug 22, 2017
1 parent 142a9b5 commit d7094a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions themes/default/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ <h3>{{ course.name }}</h3>
{% block how_it_works %}
<section id="how-it-works">
<div class="container">

{% if in_admin %}
<div class="editable">
<header>
Expand Down Expand Up @@ -186,7 +185,7 @@ <h1>{{ home_bottom_intro.title }}</h1>
{% endif %}

<div class="row">
<div class="block col-md-4 col-sm-6 col-xs-12">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="info">
<div class="icon"><i class="fa fa-video-camera"></i></div>
{% if in_admin %}
Expand All @@ -213,7 +212,7 @@ <h3>{{ home_bottom_left.title }}</h3>
{% endif %}
</div>
</div>
<div class="block col-md-4 col-sm-6 col-xs-12">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="info">
<div class="icon"><i class="fa fa-check-square-o"></i></div>
{% if in_admin %}
Expand All @@ -240,7 +239,7 @@ <h3>{{ home_bottom_center.title }}</h3>
{% endif %}
</div>
</div>
<div class="block col-md-4 col-sm-6 col-xs-12">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="info">
<div class="icon"><i class="fa fa-comments-o"></i></div>
{% if in_admin %}
Expand Down

0 comments on commit d7094a6

Please sign in to comment.