Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge branch 'sa-responsive-column-width' of github.com:guardian/sour…
Browse files Browse the repository at this point in the history
…ce into sa-responsive-column-width
  • Loading branch information
SiAdcock committed Feb 18, 2021
2 parents 3ff8beb + 83828e4 commit 079cb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/layout/components/columns/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const calculateWidth = (width: number) => {
visibility: hidden;
/* offset the margin-left on the next sibling */
margin-right: -20px;
margin-right: ${-space[5]}px;
`;
}

Expand Down

0 comments on commit 079cb9a

Please sign in to comment.