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
7705519081
commit
56b2188590
@ -32,7 +32,7 @@ export function CardsPaymentMethod() {
|
||||
</CardHeader>
|
||||
<CardContent className="grid gap-6">
|
||||
<RadioGroup defaultValue="card" className="flex w-full justify-center gap-1 md:gap-3">
|
||||
<div className="w-[100px] md:w-[150px]">
|
||||
<div className="w-[100px] lg:w-[130px]">
|
||||
<RadioGroupItem
|
||||
value="card"
|
||||
id="card"
|
||||
@ -60,7 +60,7 @@ export function CardsPaymentMethod() {
|
||||
</Label>
|
||||
</div>
|
||||
|
||||
<div className="w-[100px] md:w-[150px]">
|
||||
<div className="w-[100px] lg:w-[130px]">
|
||||
<RadioGroupItem
|
||||
value="paypal"
|
||||
id="paypal"
|
||||
@ -76,7 +76,7 @@ export function CardsPaymentMethod() {
|
||||
</Label>
|
||||
</div>
|
||||
|
||||
<div className="w-[100px] md:w-[150px]">
|
||||
<div className="w-[100px] lg:w-[130px]">
|
||||
<RadioGroupItem
|
||||
value="apple"
|
||||
id="apple"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user