@saooti/octopus-sdk 33.2.29 → 33.2.30

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": "@saooti/octopus-sdk",
3
- "version": "33.2.29",
3
+ "version": "33.2.30",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -112,7 +112,7 @@
112
112
  }
113
113
  }
114
114
 
115
- .emission-item-container {
115
+ .emission-item-container{
116
116
  list-style: none;
117
117
  background: #fff;
118
118
  border-radius: 2rem;
@@ -120,10 +120,16 @@
120
120
  flex-grow: 1;
121
121
  .img-box {
122
122
  border-radius: 2rem !important;
123
- margin-top: 1rem;
123
+ @media (max-width: 680px) {
124
+ margin-top: 1rem !important;
125
+ margin: auto;
126
+ }
124
127
  }
125
128
  @media (max-width: 680px) {
126
129
  justify-content: center;
130
+ &>a{
131
+ flex-direction: column;
132
+ }
127
133
  }
128
134
  }
129
135