diff --git a/source/css/templates/cf2021.pcss b/source/css/templates/cf2021.pcss
index e4d342bb08ad3759696e040f32b5f544f4659f7e..a95e5185278b35580ac6dca1d95fec1505c67e50 100644
--- a/source/css/templates/cf2021.pcss
+++ b/source/css/templates/cf2021.pcss
@@ -10,7 +10,7 @@
     grid-template-areas: "title title"
                          "video notifications"
                          "posts notifications";
-    grid-template-rows: auto auto auto 1fr;
+    grid-template-rows: auto auto 1fr;
     grid-template-columns: theme("width.7/12") 1fr;
   }