@nnc-digital/nnc-design-system 1.0.0-alpha36 → 1.0.0-alpha37

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
@@ -25803,7 +25803,7 @@ const VideoContainer = styled__default.default.div`
25803
25803
  height: 560px;
25804
25804
  }
25805
25805
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
25806
- height: 540px;
25806
+ height: 636px;
25807
25807
  }
25808
25808
  `;
25809
25809