From 4a3c1e2ac39a22df053f8ad871cb74d847613493 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 21 Sep 2020 03:44:31 +1200 Subject: [PATCH] Beg for issue reports --- pug/home.pug | 4 ++++ sass/includes/home-page.sass | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pug/home.pug b/pug/home.pug index 784c00b..e3ba68b 100644 --- a/pug/home.pug +++ b/pug/home.pug @@ -12,3 +12,7 @@ block content p Go on. What do you want to watch? form(method="get" action="/search").encouraging-search-form input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off").search.base-border-look + + .encouraging-message + p CloudTube gets better with your help. I can't deal with issues that I don't know about. + p: a(href="https://todo.sr.ht/~cadence/tube") Report a problem or missing feature \ No newline at end of file diff --git a/sass/includes/home-page.sass b/sass/includes/home-page.sass index bee8046..6099715 100644 --- a/sass/includes/home-page.sass +++ b/sass/includes/home-page.sass @@ -13,7 +13,7 @@ .encouraging-message max-width: max-content - margin: 0 auto + margin: 0 auto 60px text-align: center padding: 16px border-radius: 4px