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;
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
& > *:after {
|
||||
content: ' ';
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 100px;
|
||||
background: #999;
|
||||
width: 2px;
|
||||
left: 20px;
|
||||
top: calc(50% - 53px);
|
||||
transform: rotate(25deg);
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ const M: FC<Props> = ({
|
||||
|
||||
return (
|
||||
<div className={rootClassName}>
|
||||
<Ticker>
|
||||
<Ticker offset={80}>
|
||||
{({ index }) => (
|
||||
<div className={s.container}>
|
||||
{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
|
||||
shoe was originally called ‘Abez’, which translated to ‘Tin’ in
|
||||
Hebrew. It’s now undergone a name change, and will be referred to as
|
||||
‘Natura
|
||||
‘Natura`
|
||||
</p>
|
||||
<div className="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-12">
|
||||
<div className="flex">
|
||||
|
Loading…
x
Reference in New Issue
Block a user