@canopy-iiif/app 0.10.7 → 0.10.8

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.7",
3
+ "version": "0.10.8",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -0,0 +1,3 @@
1
+ @utility max-w-content {
2
+ max-width: 1080px;
3
+ }
@@ -1,3 +1,4 @@
1
1
  @use "./common";
2
2
  @use "./heading";
3
3
  @use "./markdown";
4
+ @use "./utilities";
@@ -171,6 +171,9 @@
171
171
  color: var(--color-gray-900);
172
172
  }
173
173
 
174
+ @utility max-w-content {
175
+ max-width: 1080px;
176
+ }
174
177
  @layer components {
175
178
  .canopy-button {
176
179
  display: inline-flex;