Skip to content

Commit

Permalink
fix: modals mobile rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 10, 2024
1 parent 4307f2b commit 1a610b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/funding.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ import { Icon } from "astro-icon/components";
class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center hidden z-20"
>
<div
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg w-1/3 text-center overflow-y-auto max-h-[80vh]"
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg m-5 text-center overflow-y-auto max-h-[80vh]"
>
<h2 class="text-3xl font-bold text-gray-900 dark:text-white mb-4">
Cryptocurrency Addresses
Expand Down Expand Up @@ -597,7 +597,7 @@ import { Icon } from "astro-icon/components";
class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center hidden z-20"
>
<div
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg w-1/3 text-center"
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg m-5 text-center"
>
<h2 class="text-3xl font-bold text-gray-900 dark:text-white mb-4">
Thank You!
Expand All @@ -619,7 +619,7 @@ import { Icon } from "astro-icon/components";
class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center hidden z-20"
>
<div
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg w-1/3 text-center"
class="bg-white dark:bg-gray-900 p-8 rounded-lg shadow-lg m-5 text-center"
>
<h2 class="text-3xl font-bold text-gray-900 dark:text-white mb-4">
Progress Information
Expand Down

0 comments on commit 1a610b6

Please sign in to comment.