mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
Refactor component and page structure for responsiveness
This commit is contained in:
parent
56b2188590
commit
56f0168574
@ -93,13 +93,18 @@ export default function Invest() {
|
||||
<div>
|
||||
<div className="w-1/2 space-y-2">
|
||||
<h2 className="text:base md:text-2xl">Investment Amount</h2>
|
||||
<Input type="number" placeholder="min $500" />
|
||||
<Input
|
||||
className="w-52"
|
||||
type="number"
|
||||
placeholder="min $500"
|
||||
min={500}
|
||||
/>
|
||||
</div>
|
||||
<Separator className="my-4" />
|
||||
|
||||
<div className="w-full space-y-2">
|
||||
<h2 className="text:base md:text-2xl">Payment Information</h2>
|
||||
<CardsPaymentMethod />
|
||||
<CardsPaymentMethod />
|
||||
</div>
|
||||
<Separator className="my-4" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user