@igo2/sdg-core 1.0.0-next.70 → 1.0.0-next.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/sdg-core",
3
- "version": "1.0.0-next.70",
3
+ "version": "1.0.0-next.71",
4
4
  "license": "LiLiQ-R",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,6 +44,8 @@ $breakpoints: (
44
44
  )
45
45
  );
46
46
 
47
+ $max-content-width: 825px;
48
+
47
49
  $devices: (
48
50
  mobile: 'small',
49
51
  mobile-landscape: 'medium',
@@ -55,6 +55,7 @@ $font-color: colors.$blue-dark;
55
55
  text-decoration: underline;
56
56
  background-color: transparent;
57
57
  width: fit-content;
58
+ max-inline-size: breakpoints.$max-content-width;
58
59
  }
59
60
 
60
61
  a:hover {
@@ -63,17 +64,30 @@ $font-color: colors.$blue-dark;
63
64
 
64
65
  p,
65
66
  ul,
66
- li,
67
+ ol,
67
68
  u,
68
69
  .text {
69
70
  font-family: $font-family-text;
70
71
  color: $font-color;
71
72
  font-size: 16px;
72
73
  line-height: 24px;
74
+ max-inline-size: breakpoints.$max-content-width;
73
75
  }
74
76
 
75
- p {
77
+ ul,
78
+ ol {
79
+ margin-top: 0;
76
80
  margin-bottom: 24px;
81
+ padding-left: 16px;
82
+ }
83
+
84
+ p {
85
+ margin-bottom: 24px !important;
86
+ }
87
+
88
+ li {
89
+ margin-top: 16px;
90
+ margin-bottom: 16px;
77
91
  }
78
92
 
79
93
  strong {
@@ -94,6 +108,7 @@ $font-color: colors.$blue-dark;
94
108
  .h6 {
95
109
  font-family: $font-family-title !important;
96
110
  color: $font-color;
111
+ max-inline-size: breakpoints.$max-content-width;
97
112
  }
98
113
 
99
114
  h1 {
@@ -150,7 +165,7 @@ $font-color: colors.$blue-dark;
150
165
  font-size: 18px;
151
166
  line-height: 28px;
152
167
  font-weight: 600;
153
- max-width: 82.5rem;
168
+ max-width: breakpoints.$max-content-width;
154
169
  padding-bottom: 24px;
155
170
  }
156
171
  }