Skip to content

Commit

Permalink
fix: banner width (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Jul 22, 2019
1 parent c766a15 commit cd31fee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Grid, Row, Column } from '../Grid';
import { column, row, grid } from './Banner.module.scss';

const StyledGrid = styled(Grid)`
max-width: 100%;
background-image: url(${props => props.image});
background-position: ${props => (props.position ? props.position : 'center')};
`;
Expand Down

1 comment on commit cd31fee

@vercel
Copy link

@vercel vercel bot commented on cd31fee Jul 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.