From d19602d06fd91495b7e91be842c326681835497a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 12 Oct 2021 12:54:55 +0200 Subject: [PATCH] Reduce donate button size a bit --- docs/css/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/extra.css b/docs/css/extra.css index 44c272c..4ce5518 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -279,7 +279,7 @@ footer > hr { width: 35%; min-width: 240px; max-width: 280px; - height: 50px; + height: 40px; background-size: contain; background-repeat: no-repeat; }