@nnc-digital/nnc-design-system 1.0.0-beta10 → 1.0.0-beta11
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 +3 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +3 -3
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -7708,17 +7708,17 @@ const oneColStyles = (props) => {
|
|
|
7708
7708
|
|
|
7709
7709
|
const PromotedLinks$1 = styled.div`
|
|
7710
7710
|
${(props) => props.theme.fontStyles}
|
|
7711
|
-
margin-top:
|
|
7711
|
+
margin-top: 15px;
|
|
7712
7712
|
|
|
7713
7713
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.s}) {
|
|
7714
7714
|
display: -ms-flex;
|
|
7715
7715
|
display: -webkit-flex;
|
|
7716
7716
|
display: flex;
|
|
7717
7717
|
flex-wrap: wrap;
|
|
7718
|
-
margin-top:
|
|
7718
|
+
margin-top: 30px;
|
|
7719
7719
|
}
|
|
7720
7720
|
@media screen and (min-width: calc(${(props) => props.theme.theme_vars.breakpoints.l} + 60px)) {
|
|
7721
|
-
margin-top:
|
|
7721
|
+
margin-top: 45px;
|
|
7722
7722
|
}
|
|
7723
7723
|
flex-direction: ${(prop) => (prop.oneCol ? 'column' : 'inherit')};
|
|
7724
7724
|
`;
|