From 41246771ec00e38e66badc636f7e14b87c4d0ffb Mon Sep 17 00:00:00 2001 From: Holger Seelig Date: Tue, 21 May 2024 16:29:23 +0200 Subject: [PATCH] Updated Patreon link. --- docs/_posts/index.md | 4 +++- docs/assets/css/jekyll-theme-chirpy.scss | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/_posts/index.md b/docs/_posts/index.md index 846b803d..bcc4716e 100644 --- a/docs/_posts/index.md +++ b/docs/_posts/index.md @@ -16,7 +16,9 @@ Sunrize is an easy-to-use editor for X3D files that is based on the [X_ITE](/x_i Yeah, tell me! -X_ITE needs your support, with a small contribution you can make a big difference. To support us, have a look at [https://patreon.com/X_ITE](https://patreon.com/X_ITE){:target="_blank"}. +X_ITE needs your support, with a small contribution you can make a big difference. + +[ Support us on Patreon](https://patreon.com/X_ITE){: target="_blank" .patreon } ## Run from Console diff --git a/docs/assets/css/jekyll-theme-chirpy.scss b/docs/assets/css/jekyll-theme-chirpy.scss index a38e6d25..788a5bcf 100644 --- a/docs/assets/css/jekyll-theme-chirpy.scss +++ b/docs/assets/css/jekyll-theme-chirpy.scss @@ -176,6 +176,16 @@ small, .small { white-space: initial; } +/* Patreon link */ + +.patreon { + display: block; + border: 1px solid !important; + border-radius: .625rem; + padding: .5rem; + text-align: center; +} + /* download links */ .content a.download {