From f0200f77dcae176b7ecfe55efb242b288ff52e8c Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 26 Feb 2023 08:42:03 +0100 Subject: [PATCH] Apply card-zoom animation to blog posts --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 4c87f25b..957daf55 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -43,7 +43,7 @@ header = "full" footer = "none" orientation = "stacked" - style = "border-0" + style = "border-0 card-zoom" homepage = 3 [projects] title = "Projects"