@internetstiftelsen/styleguide 4.1.7-beta.0.2 → 4.1.8

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": "@internetstiftelsen/styleguide",
3
- "version": "4.1.7-beta.0.2",
3
+ "version": "4.1.8",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -186,6 +186,7 @@ html {
186
186
 
187
187
  & + [class*='timeline__item'] {
188
188
  transform: translateY(0) !important;
189
+ margin-top: rhythm(6);
189
190
  }
190
191
 
191
192
  @include bp-up(md) {