Fix max height utility class for responsive layout in Donate component
This commit is contained in:
@@ -77,7 +77,7 @@ const Donate = () => {
|
|||||||
|
|
||||||
{/* Columns */}
|
{/* Columns */}
|
||||||
<div className="py-12">
|
<div className="py-12">
|
||||||
<div className='grid grid-cols-1 items-stretch lg:grid-cols-[2fr_1fr] gap-8 max-h-[450px]'>
|
<div className='grid grid-cols-1 items-stretch lg:grid-cols-[2fr_1fr] gap-8 lg:max-h-[450px]'>
|
||||||
|
|
||||||
{/* Donation Amount Buttons */}
|
{/* Donation Amount Buttons */}
|
||||||
<section className="flex flex-col h-full">
|
<section className="flex flex-col h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user