@websolutespa/bom-llm 0.0.20 → 0.0.22

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
@@ -1,5 +1,17 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updating: dependencies
8
+
9
+ ## 0.0.21
10
+
11
+ ### Patch Changes
12
+
13
+ - Modified: scroll behaviour
14
+
3
15
  ## 0.0.20
4
16
 
5
17
  ### Patch Changes
@@ -1150,12 +1150,12 @@ llm-embed {
1150
1150
  }
1151
1151
  .llm:not(.-embedded) .llm__content {
1152
1152
  padding-top: 100px;
1153
- padding-bottom: 180px;
1153
+ padding-bottom: calc(100vh - 240px);
1154
1154
  }
1155
1155
  @media (min-width: 1024px) {
1156
1156
  .llm:not(.-embedded) .llm__content {
1157
1157
  padding-top: 200px;
1158
- padding-bottom: 280px;
1158
+ padding-bottom: calc(100vh - 240px);
1159
1159
  }
1160
1160
  }
1161
1161
  .llm:not(.-embedded).-custom-intro .llm__content {