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
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ tags: [ "MainPage" ]
sectionOrder: 1
---
<div class="row-lg-3">
<div class="row-lg-2">
{% for project in projects %}
<section class="col card">
<h3>{{ project.name }}</h3>