@nnc-digital/nnc-design-system 1.0.0-alpha28 → 1.0.0-alpha29

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.
package/build/index.js CHANGED
@@ -25790,10 +25790,10 @@ const VideoContainer = styled__default.default.div`
25790
25790
  position: absolute;
25791
25791
  width: 100%;
25792
25792
  @media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
25793
- height: 590px;
25793
+ height: 580px;
25794
25794
  }
25795
25795
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) and (max-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25796
- height: 420px;
25796
+ height: 410px;
25797
25797
  }
25798
25798
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25799
25799
  height: 530px;