From 847fc607cd8dfcd893b4b36e22c9385709b628a8 Mon Sep 17 00:00:00 2001 From: arctic Date: Fri, 13 Jan 2023 21:47:36 -0800 Subject: [PATCH] fix landing button clickableness --- css/app.main.css | 7 +++++++ html/landing.ejs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/app.main.css b/css/app.main.css index 1afd12b0..cf1547a5 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -51,6 +51,13 @@ a:not([href]):hover { text-decoration: none; } +.channel-page > div:nth-child(3) { + position: relative; + top: 11.5em; + padding-bottom: 2em; + overflow: hidden; +} + .page-footer-section a, .page-footer-section p { color: #b2b4bf; diff --git a/html/landing.ejs b/html/landing.ejs index b7a1af78..d3e78ece 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -317,7 +317,7 @@ z-index: 10; /* Was 2 */"
- +