@appartmint/mint 1.1.1 → 1.1.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -118,6 +118,7 @@
118
118
  display: grid;
119
119
  grid-template-columns: 1fr;
120
120
  gap: $grid-gap;
121
+ width: 100%;
121
122
  margin-top: $grid-gap;
122
123
  margin-bottom: $grid-gap;
123
124