diff --git a/src/components/DonationTimer/DonationTimer.module.css b/src/components/DonationTimer/DonationTimer.module.css new file mode 100644 index 0000000..28b11db --- /dev/null +++ b/src/components/DonationTimer/DonationTimer.module.css @@ -0,0 +1,4 @@ +.timer{ + margin-left:50px; + margin-top:20px; +}