4
0
forked from crowetic/commerce
This commit is contained in:
Luis Alvarez 2020-10-12 20:04:07 -05:00
commit a37c02ff57
3 changed files with 3 additions and 15 deletions

View File

@ -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);
} }
} }

View File

@ -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) => (

View File

@ -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. Its now undergone a name change, and will be referred to as Hebrew. Its 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">