From b5cce2fd72fa4454847b34cfe6d8c2eb252ba71a Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Thu, 21 Mar 2019 15:07:12 -0400 Subject: [PATCH] fix show all content --- 2019/tv/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/tv/index.html b/2019/tv/index.html index 8c11b759..89924869 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -120,7 +120,7 @@ footer .mpost a { @keyframes slide-slow { from { margin-top: 1%; } - to { margin-top: -20%; } + to { margin-top: -50%; } } .program-day-header { -- 2.25.1