forked from crowetic/commerce
Merge branch 'master' of https://github.com/okbel/e-comm-example
This commit is contained in:
commit
a37c02ff57
@ -8,19 +8,7 @@
|
|||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
@apply flex-1 px-16 py-4;
|
@apply flex-1 px-16 py-4;
|
||||||
width: 460px;
|
width: 400px;
|
||||||
}
|
|
||||||
|
|
||||||
& > *:after {
|
|
||||||
content: ' ';
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
height: 100px;
|
|
||||||
background: #999;
|
|
||||||
width: 2px;
|
|
||||||
left: 20px;
|
|
||||||
top: calc(50% - 53px);
|
|
||||||
transform: rotate(25deg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ const M: FC<Props> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={rootClassName}>
|
<div className={rootClassName}>
|
||||||
<Ticker>
|
<Ticker offset={80}>
|
||||||
{({ index }) => (
|
{({ index }) => (
|
||||||
<div className={s.container}>
|
<div className={s.container}>
|
||||||
{items.map((p: any, i: any) => (
|
{items.map((p: any, i: any) => (
|
||||||
|
@ -22,7 +22,7 @@ export default function Blog({}: InferGetStaticPropsType<
|
|||||||
this ‘Natural’ joint. Revealed by Yeezy Mafia earlier this year, the
|
this ‘Natural’ joint. Revealed by Yeezy Mafia earlier this year, the
|
||||||
shoe was originally called ‘Abez’, which translated to ‘Tin’ in
|
shoe was originally called ‘Abez’, which translated to ‘Tin’ in
|
||||||
Hebrew. It’s now undergone a name change, and will be referred to as
|
Hebrew. It’s now undergone a name change, and will be referred to as
|
||||||
‘Natura
|
‘Natura`
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-12">
|
<div className="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-12">
|
||||||
<div className="flex">
|
<div className="flex">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user