anegis-webflow-new 3.1.6 → 3.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -144,7 +144,7 @@
144
144
  @media screen and (max-width: ${Ee}px) {
145
145
  /* Mobile Tooltip Styles */
146
146
  [data-slider-dock] .nav-item__tooltip {
147
- font-size: 14px !important;
147
+ font-size: 10px !important;
148
148
  min-width: 140px !important;
149
149
  width: max-content !important;
150
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anegis-webflow-new",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "Webflow development project for Anegis",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/ANEGIS/anegis-webflow-new#readme",