From 967b3efeefee6693ed4c5d0f3db17aad1557592c Mon Sep 17 00:00:00 2001 From: zimbatm <zimbatm@zimbatm.com> Date: Fri, 28 Jul 2023 17:32:59 +0200 Subject: [PATCH] docs: fix OpenCollective banner height I couldn't find a way to set the height in their docs, so hack it. --- docs/open-collective.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/open-collective.md b/docs/open-collective.md index 7ef8ebd..5945ac4 100644 --- a/docs/open-collective.md +++ b/docs/open-collective.md @@ -1 +1,6 @@ +<style> +div.opencollective-banner > iframe { + height: 700px; +} +</style> <script src="https://opencollective.com/nix-community/banner.js"></script>