diff --git a/donate.html b/donate.html index 14fd811..50d56bf 100644 --- a/donate.html +++ b/donate.html @@ -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 @@

-
+
@@ -460,4 +475,4 @@

Subscribe to our newsletter

- \ No newline at end of file + diff --git a/mobileView.css b/mobileView.css index 6693648..2603d81 100644 --- a/mobileView.css +++ b/mobileView.css @@ -28,4 +28,4 @@ margin: 10px auto; flex-direction: column; } -} \ No newline at end of file +}