@azuro-org/images-generator 1.3.7 → 1.3.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.
@@ -203,6 +203,7 @@
203
203
  .bg-img {
204
204
  position: absolute;
205
205
  top: 0px;
206
+ left: 0px;
206
207
  width: 100%;
207
208
  }
208
209
  </style>
@@ -203,6 +203,7 @@
203
203
  .bg-img {
204
204
  position: absolute;
205
205
  top: 0px;
206
+ left: 0px;
206
207
  width: 100%;
207
208
  }
208
209
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azuro-org/images-generator",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "license": "ISC",
5
5
  "engines": {
6
6
  "node": ">=16.15.1",