@snyk-mktg/brand-ui 2.3.17 → 2.3.18

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.
@@ -228,6 +228,11 @@
228
228
  font-size: 9px;
229
229
  border-radius: map.get($brandui-padding, thin);
230
230
  padding: map.get($brandui-padding, thin);
231
+
232
+ @include break.max-tablet {
233
+ right: unset;
234
+ left: 30px;
235
+ }
231
236
  }
232
237
  }
233
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk-mktg/brand-ui",
3
- "version": "2.3.17",
3
+ "version": "2.3.18",
4
4
  "description": "The official style library for Snyk’s BrandUI Design System",
5
5
  "scripts": {
6
6
  "dev:css": "gulp devCss",