@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.js
CHANGED
|
@@ -7721,17 +7721,17 @@ const oneColStyles = (props) => {
|
|
|
7721
7721
|
|
|
7722
7722
|
const PromotedLinks$1 = styled__default.default.div`
|
|
7723
7723
|
${(props) => props.theme.fontStyles}
|
|
7724
|
-
margin-top:
|
|
7724
|
+
margin-top: 15px;
|
|
7725
7725
|
|
|
7726
7726
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.s}) {
|
|
7727
7727
|
display: -ms-flex;
|
|
7728
7728
|
display: -webkit-flex;
|
|
7729
7729
|
display: flex;
|
|
7730
7730
|
flex-wrap: wrap;
|
|
7731
|
-
margin-top:
|
|
7731
|
+
margin-top: 30px;
|
|
7732
7732
|
}
|
|
7733
7733
|
@media screen and (min-width: calc(${(props) => props.theme.theme_vars.breakpoints.l} + 60px)) {
|
|
7734
|
-
margin-top:
|
|
7734
|
+
margin-top: 45px;
|
|
7735
7735
|
}
|
|
7736
7736
|
flex-direction: ${(prop) => (prop.oneCol ? 'column' : 'inherit')};
|
|
7737
7737
|
`;
|