@hellobetterdigitalnz/selwynui 0.0.1-108 → 0.0.1-109

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": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-108",
3
+ "version": "0.0.1-109",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -566,14 +566,14 @@
566
566
 
567
567
  &.bottom-right{
568
568
  .imageHolder{
569
- margin-top: 0px;
569
+ margin-bottom: 0px;
570
570
  border-radius: 0 0 500px 0;
571
571
  }
572
572
  }
573
573
 
574
574
  &.bottom-left{
575
575
  .imageHolder{
576
- margin-top: 0px;
576
+ margin-bottom: 0px;
577
577
  border-radius: 0 0 0 500px;
578
578
  }
579
579
  }