From 8f76a0f77df272a4322014a044acea572fbb9270 Mon Sep 17 00:00:00 2001 From: Ram Reddy Date: Sun, 21 Feb 2021 12:56:02 -0800 Subject: [PATCH] Fixed wierd global colors --- src/components/Donate.js | 10 +++++----- src/components/assets/Donate.scss | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/Donate.js b/src/components/Donate.js index cf7bbea..145d4c9 100644 --- a/src/components/Donate.js +++ b/src/components/Donate.js @@ -23,8 +23,8 @@ class Donate extends Component { {/*
hjalsdklANSDFKJASNDF
*/}
-

-

Donate Today

+
+
Donate Today






@@ -34,14 +34,14 @@ class Donate extends Component {





-

Paypal widget here

+
Paypal widget here










-

Gofundme widget here

-

+
Gofundme widget here
+
diff --git a/src/components/assets/Donate.scss b/src/components/assets/Donate.scss index 379dffc..540bd1f 100644 --- a/src/components/assets/Donate.scss +++ b/src/components/assets/Donate.scss @@ -11,17 +11,18 @@ border-radius: 10px; transform: translate(-50%, -50%); } -p { +.textBox { margin-left:4em; + text-align: center; vertical-align: middle; } -h1 { +.text1 { font-family: "Poppins", sans-serif; - font-size:250%; + font-size:4em; position: absolute; color:#e0fbfc; } -h2{ +.text2{ font-family: "Poppins", sans-serif; font-size: 2em; position: absolute;