2 projects per row instead of 3
This commit is contained in:
parent
a68663b8b4
commit
f7f8399b63
|
@ -8,7 +8,7 @@ tags: [ "MainPage" ]
|
||||||
sectionOrder: 1
|
sectionOrder: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="row-lg-3">
|
<div class="row-lg-2">
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
<section class="col card">
|
<section class="col card">
|
||||||
<h3>{{ project.name }}</h3>
|
<h3>{{ project.name }}</h3>
|
||||||
|
|
Loading…
Reference in a new issue