Fixing templates for the new logos.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-07-08 16:55:05 +02:00
parent a1db2dc699
commit cc8777107e
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="row">
<div class="col-md-12">
<img src="{% static camp.logo_large %}" class="img-responsive" id="front-logo" />
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
<br />

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="row">
<div class="col-md-12">
<img src="{% static camp.logo_large %}" class="img-responsive" id="front-logo" />
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
</div>
</div>

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="row">
<div class="col-md-12">
<img src="{% static camp.logo_large_svg %}" class="img-responsive" id="front-logo" />
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
</div>
</div>

View File

@ -49,7 +49,7 @@
</button>
{% if request.resolver_match.kwargs.camp_slug and camp %}
<a class="navbar-brand" href="{% url 'camp_detail' camp_slug=camp.slug %}">
<img src="{% static camp.logo_small_svg %}" alt="bornhack" class="img-responsive">
<img src="{% static camp.logo_small %}" height="50" width="190px" alt="bornhack" class="img-responsive">
</a>
{% else %}
<a class="navbar-brand" href="/">