Konboen azalpena aldatzen du
This commit is contained in:
@@ -102,11 +102,10 @@ const Kafetegia: React.VFC<PageProps> = () => {
|
|||||||
<Marra />
|
<Marra />
|
||||||
<Izenburua>GOSARI KONBOAK</Izenburua>
|
<Izenburua>GOSARI KONBOAK</Izenburua>
|
||||||
</IzenburuWrapper>
|
</IzenburuWrapper>
|
||||||
|
<KonboAzalpena>
|
||||||
<OrduaWrapper>
|
11:00ak arte. Gehitu hauetako bat zure tostada, pintxo edo
|
||||||
<p>11:00ak arte</p>
|
bizkotxoari.
|
||||||
</OrduaWrapper>
|
</KonboAzalpena>
|
||||||
|
|
||||||
<ProduktuZerrenda produktuZerrenda={konboak} />
|
<ProduktuZerrenda produktuZerrenda={konboak} />
|
||||||
</Container>
|
</Container>
|
||||||
</KonboWrapper>
|
</KonboWrapper>
|
||||||
@@ -130,10 +129,7 @@ const Kafetegia: React.VFC<PageProps> = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const OrduaWrapper = styled.div`
|
const KonboAzalpena = styled.p`
|
||||||
${font.small()};
|
|
||||||
font-weight: ${fontWeight.bold};
|
|
||||||
text-align: right;
|
|
||||||
margin-bottom: ${size.base}px;
|
margin-bottom: ${size.base}px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user