@nnc-digital/nnc-design-system 1.0.0-alpha22 → 1.0.0-alpha23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25783,7 +25783,7 @@ const VideoContainer = styled.div`
25783
25783
  height: 540px;
25784
25784
  }
25785
25785
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25786
- height: 420px;
25786
+ height: 468px;
25787
25787
  }
25788
25788
  `;
25789
25789
 
@@ -25800,7 +25800,7 @@ const VideoBackground = styled.video`
25800
25800
  height: 540px;
25801
25801
  }
25802
25802
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25803
- height: 420px;
25803
+ height: 468px;
25804
25804
  }
25805
25805
  `;
25806
25806