Skip to content

Commit

Permalink
fix(PIT): add bg size cover
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jul 23, 2019
1 parent 0c9207e commit e39b95d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -12,6 +12,7 @@ const Wrapper = styled.div`
justify-content: space-between;
align-items: center;
background-image: url('/img/starfield-banner-bg.png');
background-size: cover;
border-radius: 8px;
overflow: hidden;
padding: 20px;
Expand Down

0 comments on commit e39b95d

Please sign in to comment.