@codeforamerica/marcomms-design-system 1.17.2 → 1.17.3

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/dist/index.js CHANGED
@@ -2338,7 +2338,6 @@
2338
2338
  text-align: center;
2339
2339
  text-decoration: none;
2340
2340
  transition: box-shadow 0.2s ease-in-out;
2341
- width: 100%;
2342
2341
  }
2343
2342
 
2344
2343
  a.promo:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeforamerica/marcomms-design-system",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "main": "src/index.js",
5
5
  "dependencies": {
6
6
  "lit": "^3.2.1",
@@ -37,7 +37,6 @@ class Promo extends LitElement {
37
37
  text-align: center;
38
38
  text-decoration: none;
39
39
  transition: box-shadow 0.2s ease-in-out;
40
- width: 100%;
41
40
  }
42
41
 
43
42
  a.promo:hover {