fix: lerroen arteko margina konpontzen du
This commit is contained in:
Binary file not shown.
@@ -206,6 +206,12 @@ const ProduktuTaula = styled.table`
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 ${size.tiny}px;
|
||||||
|
|
||||||
|
${media.tablet`
|
||||||
|
border-spacing: 0 ${size.xtiny}px;
|
||||||
|
`}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Ezaugarria = styled.td`
|
const Ezaugarria = styled.td`
|
||||||
@@ -238,12 +244,16 @@ const Prezioa = styled.td`
|
|||||||
const ProduktuMota = styled.caption`
|
const ProduktuMota = styled.caption`
|
||||||
${font.large()};
|
${font.large()};
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 67px;
|
padding-left: 52px;
|
||||||
margin-bottom: ${rem(size.mini)};
|
margin-bottom: ${rem(size.mini)};
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '.';
|
content: '.';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
${media.tablet`
|
||||||
|
padding-left: 67px;
|
||||||
|
`}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const IzenburuWrapper = styled.div`
|
const IzenburuWrapper = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user