瀏覽代碼

rm unused line

Jimmy Chion 3 年之前
父節點
當前提交
92846baaed
共有 1 個文件被更改,包括 0 次插入1 次删除
  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}%;