@saooti/octopus-sdk 33.2.27 → 33.2.28

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.27",
3
+ "version": "33.2.28",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -172,6 +172,11 @@ body{
172
172
  display: flex;
173
173
  }
174
174
  }
175
+ img.img-box{
176
+ @media (max-width: 450px) {
177
+ margin: 0 !important;
178
+ }
179
+ }
175
180
  .img-box-circle {
176
181
  height: 10rem;
177
182
  width: 10rem;
@@ -120,6 +120,7 @@
120
120
  flex-grow: 1;
121
121
  .img-box {
122
122
  border-radius: 2rem !important;
123
+ margin: auto;
123
124
  }
124
125
  @media (max-width: 680px) {
125
126
  justify-content: center;
@@ -132,10 +133,6 @@
132
133
  flex-direction: column;
133
134
  max-height: 13rem;
134
135
  flex-grow: 1;
135
- @media (max-width: 450px) {
136
- padding: 0.5rem 0;
137
- text-align: center;
138
- }
139
136
  .emission-name {
140
137
  font-size: 0.9rem;
141
138
  font-weight: 600;