Skip to content

Commit

Permalink
Add mobile breakpoints on project detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Jan 27, 2014
1 parent 6ba9dbb commit fc9f7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piati/templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>{{ project.name }}</h1>
</div>
<div class="row wrapper">
<div class="col third properties">
<div class="col third properties mwide">
<ul>
<li><strong>{% trans %}Budget{% endtrans %}</strong> {{ project.total_budget|piati_money }}</li>
<li><strong>{% trans %}Project ID{% endtrans %}</strong> {{ project.id }}</li>
Expand Down Expand Up @@ -57,7 +57,7 @@ <h1>{{ project.name }}</h1>
</table>
{% endif %}
</div>
<div class="col two-third">
<div class="col two-third mwide">
{% set tab_count = 2 %}
{% if project.results %}{% set tab_count = tab_count + 1 %}{% endif %}
{% if project.documents %}{% set tab_count = tab_count + 1 %}{% endif %}
Expand Down

0 comments on commit fc9f7dd

Please sign in to comment.