@internetstiftelsen/styleguide 5.0.6-beta.0.8 → 5.0.6-beta.0.9

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": "5.0.6-beta.0.8",
3
+ "version": "5.0.6-beta.0.9",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -195,13 +195,14 @@ $border-color: color.adjust(colors.$color-jade, $lightness: -5%);
195
195
  border-bottom: 1px solid currentColor;
196
196
  font-family: var.$font-family-headings;
197
197
 
198
+
198
199
  > a {
199
200
  padding: func.rhythm(1) func.rhythm(3.5);
200
201
  }
201
202
 
202
203
  @include breakpoint.bp-up(lg) {
203
- margin-top: func.rhythm(2);
204
- margin-bottom: func.rhythm(0.5);
204
+ margin-top: func.to_rem(-2px);
205
+ margin-bottom: func.rhythm(1);
205
206
  padding: func.rhythm(1) func.rhythm(1);
206
207
  border-bottom: 0;
207
208