mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
fix small product titles
This commit is contained in:
parent
60ceee9080
commit
4f50bf6b7c
@ -17,7 +17,7 @@ const Featurebar: FC<Props> = ({
|
||||
hide,
|
||||
}) => {
|
||||
const rootClassName = cn(
|
||||
'transition-transform transform duration-500 text-center ease-out p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-10',
|
||||
'transition-transform transform duration-500 text-center ease-out p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30',
|
||||
{ 'translate-y-full': hide },
|
||||
className
|
||||
)
|
||||
|
@ -89,6 +89,9 @@
|
||||
width: 18vw;
|
||||
margin-top: -7px;
|
||||
font-size: 1rem;
|
||||
& span {
|
||||
line-height: 3;
|
||||
}
|
||||
}
|
||||
|
||||
& .productPrice {
|
||||
@ -103,7 +106,7 @@
|
||||
letter-spacing: 0.4px;
|
||||
|
||||
& span {
|
||||
@apply inline py-4 px-6 bg-primary text-primary font-bold;
|
||||
@apply py-4 px-6 bg-primary text-primary font-bold;
|
||||
font-size: inherit;
|
||||
letter-spacing: inherit;
|
||||
box-decoration-break: clone;
|
||||
|
Loading…
x
Reference in New Issue
Block a user