@eeacms/volto-marine-policy 1.1.2 → 1.1.3

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/CHANGELOG.md CHANGED
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [1.1.2](https://github.com/eea/volto-marine-policy/compare/1.1.1...1.1.2) - 22 April 2024
7
+ ### [1.1.3](https://github.com/eea/volto-marine-policy/compare/1.1.2...1.1.3) - 24 April 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: add custom font-size to menu-items refs#268362 [nileshgulia1 - [`71abd79`](https://github.com/eea/volto-marine-policy/commit/71abd79cae07ec940fce0fc4e25687f8b99f6ed2)]
12
+
13
+ ### [1.1.2](https://github.com/eea/volto-marine-policy/compare/1.1.1...1.1.2) - 24 April 2024
8
14
 
9
15
  #### :hammer_and_wrench: Others
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -1,7 +1,3 @@
1
1
  /*----------------------------------------------------------------------------
2
2
  HEADER MAIN BAR DESKTOP
3
3
  ----------------------------------------------------------------------------*/
4
-
5
- #main .main.bar .ui.container .main-nav ul {
6
- width: max-content;
7
- }
@@ -5,3 +5,4 @@
5
5
  /* Search box */
6
6
  // @searchBoxBackgroundGradient : linear-gradient(45deg, @primaryColor 12%, @secondaryColor 80%);
7
7
  // @megaMenuBackgroundColor : linear-gradient(45deg, @primaryColor 12%, @secondaryColor 80%);
8
+ @mainMenuItemFontSize : ~"min(max(0.875rem, 1.5vw), 1.05rem)";