Commit f9dc9052 authored by delanoe's avatar delanoe

[CSS] Projects on one row.

parent 0b8de0d3
......@@ -69,11 +69,14 @@
<div class="container">
<div class="row">
<div class="container">
<div class="container">
<div class="container">
{% if projects %}
{% for project in projects %}
<!--<div class="col-md-offset-7 col-md-4 content" style="background-color:grey">!-->
<div id="project_{{project.id}}" class="col-md-3 content">
<div id="project_{{project.id}}" class="row">
<h3>
<a
......@@ -135,6 +138,9 @@
{% endif %}
</div>
</div>
</div>
</div>
<div id="sharemodal" class="modal fade">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment