@ape.swap/bonds-sdk 1.0.325 → 1.0.326

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.
@@ -98,7 +98,7 @@
98
98
 
99
99
  .modal-container.blocks-container {
100
100
  display: flex;
101
- flex-direction: row;
101
+ flex-direction: column;
102
102
  align-items: center;
103
103
  width: 100%;
104
104
  height: 100%;
@@ -135,22 +135,23 @@
135
135
  }
136
136
 
137
137
  .modal-block.column-discount {
138
- margin: 0px 10px 0px 0px;
139
- width: 350px;
138
+ width: 100%;
139
+ flex-direction: column;
140
140
  }
141
141
 
142
142
  .modal-block.column-arr {
143
- margin: 0px 10px 0px 0px;
144
- width: 350px;
143
+ width: 100%;
144
+ flex-direction: column;
145
145
  }
146
146
 
147
147
  .modal-block.column-term {
148
- margin: 0px 10px 0px 0px;
149
- width: 350px;
148
+ width: 100%;
149
+ flex-direction: column;
150
150
  }
151
151
 
152
152
  .modal-block.column-maxbuy {
153
- width: 350px;
153
+ width: 100%;
154
+ flex-direction: column;
154
155
  }
155
156
 
156
157
  .modal-container.button-container {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.325",
6
+ "version": "1.0.326",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",