From deaf75f40a9969961f01cacba3ea18e8232bbeaa Mon Sep 17 00:00:00 2001 From: vaporvee Date: Mon, 12 Feb 2024 14:13:21 +0100 Subject: [PATCH] improved donation callout --- src/styles/donation_callout.scss | 10 ++++++---- src/styles/sidebar.scss | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/styles/donation_callout.scss b/src/styles/donation_callout.scss index a4274b5..b05af4f 100644 --- a/src/styles/donation_callout.scss +++ b/src/styles/donation_callout.scss @@ -1,13 +1,15 @@ .donation-callout { position: sticky; - text-align: right; + text-align: center; .donation-text { display: flex; - text-align: left; + text-align: center; .heart { width: 50px; + height: 50px; + margin-top: 30px; margin-right: 20px; - align-self: center; + align-self: left; } } border-radius: 10px; @@ -17,8 +19,8 @@ padding: 20px; font-size: 16px; button { - align-self: flex-end; margin: 0; + margin-left: 70px; a[target="_blank"]::after { background-color: white; } diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index b9230c5..7cf689c 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -6,7 +6,7 @@ display: flex; justify-content: space-evenly; margin-top: 3vh; - width: 20vw; + width: 25vw; a { color: white; text-decoration: none;