diff --git a/package-lock.json b/package-lock.json
index 3e32b4781f01873a1580eca86c97bc33f3cf9df6..935a30144167f3e07fd454cb78ca15f09d61068b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "edition-node-gulp",
-  "version": "2.18.0",
+  "version": "2.19.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "edition-node-gulp",
-      "version": "2.18.0",
+      "version": "2.19.0",
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
diff --git a/package.json b/package.json
index f0bb7e416ad21dd8d7a4fdb9a1359c5d4244b032..5101608e69586dd1801f497605f90b36b31822f3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "edition-node-gulp",
   "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
-  "version": "2.18.0",
+  "version": "2.19.0",
   "dependencies": {
     "@fullcalendar/core": "^6.1.5",
     "@fullcalendar/daygrid": "^6.1.5",
diff --git a/source/css/organisms/footer.pcss b/source/css/organisms/footer.pcss
index 36c90785f83c714f14ec328daf4914ff55f0677a..37974bf909180f883297b53e344f50fd22855708 100644
--- a/source/css/organisms/footer.pcss
+++ b/source/css/organisms/footer.pcss
@@ -22,7 +22,7 @@
     @apply gap-4;
 
     grid-template-areas: "brand main-links social";
-    grid-template-columns: 25% 1fr 25%;
+    grid-template-columns: 34% 1fr 25%;
   }
 }