shareneus 1.7.30 → 1.7.311

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.
@@ -453,7 +453,7 @@ function buildHeaderContentWithLogo(logoDataUrl, hasLogo, organizationStack, log
453
453
  logoBlock,
454
454
  {
455
455
  width: '*',
456
- marginLeft: textAlignment === 'center' ? -100 : 0,
456
+ marginLeft: textAlignment === 'center' ? -110 : 0,
457
457
  stack: safeOrganizationStack
458
458
  }
459
459
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.7.30",
3
+ "version": "1.7.311",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -519,7 +519,7 @@ function buildHeaderContentWithLogo(
519
519
  logoBlock,
520
520
  {
521
521
  width: '*',
522
- marginLeft: textAlignment === 'center' ? -100 : 0,
522
+ marginLeft: textAlignment === 'center' ? -110 : 0,
523
523
  stack: safeOrganizationStack
524
524
  }
525
525
  ],