Skip to content

Commit

Permalink
Fix responsiveness of adds on homepage #154
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavjanak committed Jan 21, 2020
1 parent 4d03755 commit 4c2f77c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@

{% block content %}
{% endblock %}
{% block footer_type %}
<div id="footer">
{% endblock %}

<div class="container center">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- EPSG.io -->
<ins class="adsbygoogle"
Expand All @@ -81,7 +78,10 @@
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
{% block footer_type %}
<div id="footer">
{% endblock %}
<div class="row center-mobile">
<div class="container bordertop-gray-light">
<div class="col2 padt-2">
Expand Down
2 changes: 1 addition & 1 deletion templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h3>Type of results</h3>
{% if selected_kind_index == i or colored_head == True %}
<li>{{facets[2]}}<a class="colored" href="{{facets[5]}}">{{facets[3]}} ({{facets[4]}})</a></li>
{% else %}
<li>{{facets[2]}}<a href="{{facets[5]}}">{{facets[3]}} ({{facets[4]}})</a></li>
<li> <span>  </span> <a href="{{facets[5]}}">{{facets[3]}} ({{facets[4]}})</a></li>
{% endif %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit 4c2f77c

Please # to comment.