Browse Source

fix cover video on mobile

Klaudiusz Dembler 4 years ago
parent
commit
8fc1f77e11
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/CoverVideo/CoverVideo.style.ts

+ 0 - 1
src/components/CoverVideo/CoverVideo.style.ts

@@ -139,7 +139,6 @@ export const VerticalGradientOverlay = styled.div`
 
 export const InfoContainer = styled.div<{ isLoading: boolean }>`
   position: relative;
-  min-height: 330px;
   margin-top: -${sizes(8)};
   padding-bottom: ${sizes(12)};