aboutsummaryrefslogtreecommitdiff
path: root/projects/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.php')
-rw-r--r--projects/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/index.php b/projects/index.php
index 4521314..42aa8b3 100644
--- a/projects/index.php
+++ b/projects/index.php
@@ -7,7 +7,7 @@
<div class="row">
<?php foreach (json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/projects.json"), true) as $project): ?>
- <div class="col">
+ <div class="col-lg-4">
<div class="card stylized-card">
<div class="card-body">
<img class="stylized-card-icon" src="<?= $project["icon"] ?>" alt="">