@canopy-iiif/app 0.10.29 → 0.10.30

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": "@canopy-iiif/app",
3
- "version": "0.10.29",
3
+ "version": "0.10.30",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -70,7 +70,7 @@
70
70
  flex-wrap: wrap;
71
71
  align-items: center;
72
72
  gap: 0.75rem;
73
- padding: 1rem 0;
73
+ padding: 0.618rem 0 1.618rem;
74
74
  width: 100%;
75
75
  }
76
76
 
@@ -257,7 +257,7 @@ section[data-footnotes] ul li,
257
257
  flex-wrap: wrap;
258
258
  align-items: center;
259
259
  gap: 0.75rem;
260
- padding: 1rem 0;
260
+ padding: 0.618rem 0 1.618rem;
261
261
  width: 100%;
262
262
  }
263
263
  .canopy-button-group--interstitial {