Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Mar 6, 2024
1 parent a94fa0a commit 8519bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Content = styled.div<{ withButton?: boolean }>`
align-items: center;
${(props) => (props.withButton ? 'grid-template-columns: 1fr auto;' : '')}
}
${media.lg} {
gap: 0;
}
Expand Down

0 comments on commit 8519bfd

Please sign in to comment.