Commit f127a5487aa8ace53c8daa0d8d5168e4b8b66dd6

Authored by Sergio Oliveira
1 parent 82e30644

Removed H3 on home. Logo centered.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
src/templates/includes/big_header.html
1 1 {% load i18n %}
2 2  
3 3 <div class="row hidden-xs hidden-sm">
4   - <div class="col-lg-2 col-lg-offset-5 text-center">
  4 + <div class="col-lg-2 col-lg-offset-4 text-center">
5 5 <img src="{{ STATIC_URL }}img/logo.png" alt="Colab" />
6 6 </div>
7 7 </div>
8   -
9   -<h3 class="text-center hidden-xs hidden-sm">{% trans "INTERLEGIS COMMUNITIES" %}</h3>
... ...