From 434aa6bebfb816a594d39b2a718d514acf9f6be5 Mon Sep 17 00:00:00 2001 From: stCarolas Date: Tue, 25 Jun 2024 09:43:44 +0300 Subject: [PATCH] add missing file --- src/components/DonationTimer/DonationTimer.module.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/components/DonationTimer/DonationTimer.module.css 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; +}