Browse Source

rm unused line

Jimmy Chion 3 years ago
parent
commit
92846baaed
1 changed files with 0 additions and 1 deletions
  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>`
 export const Col = styled.div<ICol>`
   margin-left: ${(props) => (props.off.xs / nCols) * 100}%;
   margin-left: ${(props) => (props.off.xs / nCols) * 100}%;
   width: ${(props) => (props.span.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) {
   @media screen and (min-width: ${breakpoints.sm}px) {
     margin-left: ${(props) => (props.off.sm / nCols) * 100}%;
     margin-left: ${(props) => (props.off.sm / nCols) * 100}%;