@internetstiftelsen/styleguide 5.0.6-beta.0.8 → 5.0.7
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
|
@@ -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.
|
|
204
|
-
margin-bottom: func.rhythm(
|
|
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
|
|