l-min-components 1.7.1464 → 1.7.1465

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1464",
3
+ "version": "1.7.1465",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -116,7 +116,7 @@ export const IconContainer = styled.div`
116
116
  flex-direction: column;
117
117
  align-items: center;
118
118
  justify-content: center;
119
- margin-top: 130px;
119
+ margin-top: 110px;
120
120
  @media screen and (max-width: 1366px) {
121
121
  margin-top: 95px;
122
122
  }