Skip to content

Commit

Permalink
Adding small change to navbar and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Jun 20, 2017
1 parent 1e85616 commit 3bb4514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion votai_general_theme/static/sass/main.scss
Expand Up @@ -1522,7 +1522,7 @@ td.cal-date{
letter-spacing: 1.4px;
}

.img-responsive{
.vota-logo-landing{
padding: 20px 0 20px 0;
margin: 0 auto;
}
Expand Down
2 changes: 1 addition & 1 deletion votai_general_theme/templates/index.html
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<img src="{% static 'img/vota-title-home.svg' %}" class="img-responsive" title="Vota Inteligente 2017" alt="Vota Inteligente 2017">
<img src="{% static 'img/vota-title-home.svg' %}" class="vota-logo-landing" title="Vota Inteligente 2017" alt="Vota Inteligente 2017">
<div class="videoWrapper">
<iframe src="https://www.youtube.com/embed/gPRqUpawUFo" frameborder="0" allowfullscreen></iframe>
</div>
Expand Down

0 comments on commit 3bb4514

Please sign in to comment.