mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
adjust padding
This commit is contained in:
parent
9a6aa18806
commit
1bec104544
@ -19,10 +19,10 @@ const Label = ({
|
|||||||
className={clsx(
|
className={clsx(
|
||||||
'absolute bottom-0 left-0 flex w-full',
|
'absolute bottom-0 left-0 flex w-full',
|
||||||
position === 'center'
|
position === 'center'
|
||||||
? 'px-2 pb-2 md:px-8 md:pb-8 lg:px-20 lg:pb-[35%]'
|
? 'px-4 pb-4 md:px-8 md:pb-8 lg:px-20 lg:pb-[35%]'
|
||||||
: size === 'large'
|
: size === 'large'
|
||||||
? 'px-2 pb-2 md:px-8 md:pb-8'
|
? 'px-4 pb-4 md:px-8 md:pb-8'
|
||||||
: 'px-2 pb-2'
|
: 'px-4 pb-4'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user