@internetstiftelsen/styleguide 5.1.17-beta.0.1 → 5.1.17-beta.0.2
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
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
|
|
114
114
|
@include breakpoint.bp-up(md) {
|
|
115
115
|
hyphens: none;
|
|
116
|
-
padding-right: func.rhythm(2);
|
|
117
116
|
}
|
|
118
117
|
|
|
119
118
|
> img {
|
|
@@ -142,7 +141,10 @@
|
|
|
142
141
|
|
|
143
142
|
@include bem.e(first-col) {
|
|
144
143
|
width: 100px;
|
|
145
|
-
|
|
144
|
+
|
|
145
|
+
&:is(td) {
|
|
146
|
+
text-align: center !important;
|
|
147
|
+
}
|
|
146
148
|
|
|
147
149
|
@include breakpoint.bp-up(md) {
|
|
148
150
|
width: 130px;
|