Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: restore mission video
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx committed Jan 27, 2019
1 parent 9de3cc3 commit 8ce4645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/teaser/teaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const StyledTeaser = styled.div`
background-size: cover;
background-image: url('${(props: TeaserProps) => props.image || ''}');
width: 100%;
display: flex;
align-items: center;
position: relative;
padding: 100px 0;
box-sizing: border-box;
Expand Down

1 comment on commit 8ce4645

@marionebl
Copy link
Contributor

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.