@eeacms/volto-clms-theme 1.1.36 → 1.1.37

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,6 +4,11 @@ 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.37](https://github.com/eea/volto-clms-theme/compare/1.1.36...1.1.37) - 30 August 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - margin left for nested uls [Mikel Larreategi - [`d439cd3`](https://github.com/eea/volto-clms-theme/commit/d439cd3c9528e2b2d5ff53cb606057b90bc5a712)]
7
12
  ### [1.1.36](https://github.com/eea/volto-clms-theme/compare/1.1.35...1.1.36) - 30 August 2023
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -109,6 +109,10 @@ ol > li::marker {
109
109
  color: @clmsGreen;
110
110
  }
111
111
 
112
+ ul > ul {
113
+ margin-left: 1.125rem
114
+ }
115
+
112
116
  /* Links */
113
117
  .ccl-link {
114
118
  padding-bottom: 1px;