diff --git a/_layouts/home.html b/_layouts/home.html
index 294e6c5..c12b2e8 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,7 +5,7 @@
{{ content }}
-
+
{% for p in site.projects %}
{% include project-card.html project=p %}
{% endfor %}
diff --git a/assets/css/main.scss b/assets/css/main.scss
index f233706..921ee50 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -95,6 +95,10 @@ div#news {
}
}
+.row#projects {
+ justify-content: space-evenly;
+}
+
//@import "bootstrap/bootstrap/bootstrap.css";
@import "bootstrap/functions";
@import "bootstrap/variables";