@followgate/js 0.9.3 → 0.9.4

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/dist/index.js CHANGED
@@ -423,8 +423,8 @@ var MODAL_STYLES = `
423
423
  }
424
424
 
425
425
  .fg-footer {
426
- margin-top: 24px;
427
- padding-top: 16px;
426
+ margin-top: 16px;
427
+ padding-top: 12px;
428
428
  border-top: 1px solid #1e293b;
429
429
  text-align: center;
430
430
  }
package/dist/index.mjs CHANGED
@@ -397,8 +397,8 @@ var MODAL_STYLES = `
397
397
  }
398
398
 
399
399
  .fg-footer {
400
- margin-top: 24px;
401
- padding-top: 16px;
400
+ margin-top: 16px;
401
+ padding-top: 12px;
402
402
  border-top: 1px solid #1e293b;
403
403
  text-align: center;
404
404
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followgate/js",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "FollowGate SDK - Grow your audience with every download. Require social actions (follow, repost) before users can access your app.",
5
5
  "author": "FollowGate <hello@followgate.app>",
6
6
  "homepage": "https://followgate.app",