@codeforamerica/marcomms-design-system 1.17.1 → 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
@@ -1892,7 +1892,6 @@
1892
1892
  color: var(--link-color);
1893
1893
  display: block;
1894
1894
  font-weight: bold;
1895
- height: 100%;
1896
1895
  padding: var(--spacing-component-2) var(--spacing-component-3);
1897
1896
  text-decoration: none;
1898
1897
  transition: box-shadow 0.25s ease-in-out;
@@ -2339,7 +2338,6 @@
2339
2338
  text-align: center;
2340
2339
  text-decoration: none;
2341
2340
  transition: box-shadow 0.2s ease-in-out;
2342
- width: 100%;
2343
2341
  }
2344
2342
 
2345
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.1",
3
+ "version": "1.17.3",
4
4
  "main": "src/index.js",
5
5
  "dependencies": {
6
6
  "lit": "^3.2.1",
@@ -59,7 +59,6 @@ class Nav extends LitElement {
59
59
  color: var(--link-color);
60
60
  display: block;
61
61
  font-weight: bold;
62
- height: 100%;
63
62
  padding: var(--spacing-component-2) var(--spacing-component-3);
64
63
  text-decoration: none;
65
64
  transition: box-shadow 0.25s ease-in-out;
@@ -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 {