From acd00b4daf6f9fdc5f1afbe8da4ba1f67e64854b Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:24:05 +0100 Subject: [PATCH] made donations more compact --- index.html | 2 ++ style.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index d2876f2..5270e9a 100644 --- a/index.html +++ b/index.html @@ -27,10 +27,12 @@
\ No newline at end of file diff --git a/style.css b/style.css index 4ee810c..5bac3e1 100644 --- a/style.css +++ b/style.css @@ -27,4 +27,8 @@ width: 100%; background: rgb(0,11,255); background: linear-gradient(225deg, rgba(0,11,255,1) 100%, rgba(0,11,255,1) 100%); +} + +.donationcompact { + line-height: 0.5em; } \ No newline at end of file