Browse Source

rm unused line

Jimmy Chion 3 năm trước cách đây
mục cha
commit
92846baaed
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/layout/index.tsx

+ 0 - 1
src/components/layout/index.tsx

@@ -43,7 +43,6 @@ const nCols = 24;
 export const Col = styled.div<ICol>`
   margin-left: ${(props) => (props.off.xs / nCols) * 100}%;
   width: ${(props) => (props.span.xs / nCols) * 100}%;
-  padding: 0 ${(props) => props.gutterWidth * 0.5}px;
 
   @media screen and (min-width: ${breakpoints.sm}px) {
     margin-left: ${(props) => (props.off.sm / nCols) * 100}%;