From 11cbca30414376937540c9e39668990925f72c73 Mon Sep 17 00:00:00 2001 From: Nicolas Earnshaw Date: Tue, 29 Oct 2024 10:28:42 -0300 Subject: [PATCH] test: fix player landing (#441) * test: fix player landing Signed-off-by: Nicolas Earnshaw * Update _index.md Signed-off-by: Nicolas Earnshaw --------- Signed-off-by: Nicolas Earnshaw --- content/player/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/player/_index.md b/content/player/_index.md index 83a36d1b..45d2b7c7 100644 --- a/content/player/_index.md +++ b/content/player/_index.md @@ -15,7 +15,7 @@ url: /player } .section-card { width: 250px; - height: 370px; + height: 400px; border-radius: 8px; box-shadow: 0 5px 10px 0 rgba(0,0,0,.24); box-sizing: border-box;