Skip to content

Commit

Permalink
chore: gap adjustment policies
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 6, 2024
1 parent 5c75105 commit 8c2d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/DisputePreview/Policies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Container = styled.div`
align-items: center;
flex-direction: row;
flex-wrap: wrap;
gap: 8px ${responsiveSize(16, 24)};
gap: 8px 16px;
padding: ${responsiveSize(16, 20)} ${responsiveSize(16, 32)};
background-color: ${({ theme }) => theme.mediumBlue};
`;
Expand Down

0 comments on commit 8c2d861

Please sign in to comment.