From c344cd49d92e25e49ebe29b994c1c9d71825ff98 Mon Sep 17 00:00:00 2001 From: suryanra Date: Sat, 12 Oct 2024 15:00:25 +0530 Subject: [PATCH 1/2] enchancing the UI of donate form and making it responsive --- donate.html | 21 ++++++++++++++++++--- mobileView.css | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/donate.html b/donate.html index 14fd8113..4c9f2562 100644 --- a/donate.html +++ b/donate.html @@ -13,7 +13,7 @@ - + @@ -103,6 +103,21 @@ background-color: #080300; } + @media (max-width:700px){ + .mobile_responsive{ + background-color: rgb(59, 124, 220); + display: flex; + flex-direction: column; + } + .mobile_responsive div{ + width:100%; + background-color: rgb(59, 124, 220); + display: flex; + flex-direction: column; + + } + +} @@ -191,10 +206,10 @@

-
+
diff --git a/mobileView.css b/mobileView.css index 66936482..2603d81f 100644 --- a/mobileView.css +++ b/mobileView.css @@ -28,4 +28,4 @@ margin: 10px auto; flex-direction: column; } -} \ No newline at end of file +} From 8364b692921c318c9f46c2111d84ab59f32f3337 Mon Sep 17 00:00:00 2001 From: Surya pratap singh <142992104+Suryanra@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:14:56 +0530 Subject: [PATCH 2/2] Update donate.html --- donate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/donate.html b/donate.html index 4c9f2562..50d56bf4 100644 --- a/donate.html +++ b/donate.html @@ -13,7 +13,7 @@ - + @@ -475,4 +475,4 @@

Subscribe to our newsletter

- \ No newline at end of file +