From c90228566b026aa7a4539b8e067cb7c4842b1c2f Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Tue, 29 Dec 2020 12:05:01 +0100 Subject: [PATCH] fix: cf2021 grid layout --- source/css/templates/cf2021.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/templates/cf2021.pcss b/source/css/templates/cf2021.pcss index e4d342b..a95e518 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; } -- GitLab