diff --git a/11ty/index.njk b/11ty/index.njk
index 4e2f1cee..473f39a8 100644
--- a/11ty/index.njk
+++ b/11ty/index.njk
@@ -16,9 +16,9 @@ layout: layouts/index.njk
diff --git a/assets/css/structures/_grid.scss b/assets/css/structures/_grid.scss
index ebd6c562..22c900bf 100644
--- a/assets/css/structures/_grid.scss
+++ b/assets/css/structures/_grid.scss
@@ -60,7 +60,8 @@
height: auto;
margin: 1rem 0.5rem;
padding: 1rem;
-
+ grid-column: span 2;
+
a {
color: white;
}