2 projects per row instead of 3

This commit is contained in:
Neil Brommer 2023-10-27 15:03:51 -07:00
parent a68663b8b4
commit f7f8399b63

View file

@ -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>