aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-07 23:10:38 +0200
committerMinteck <contact@minteck.org>2022-04-07 23:10:38 +0200
commit5301e9789a87e8e4863c94114ba0f00fb52cab7b (patch)
treeb022fdfe16e2e1a1af598e3f17dffa85ea1443b7 /projects
parent96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 (diff)
downloadcloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.tar.gz
cloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.tar.bz2
cloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.zip
Almost done (just missing social)
Diffstat (limited to 'projects')
-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="">