@ape.swap/bonds-sdk 1.1.0-test.84 → 1.1.0-test.85
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/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -610,13 +610,13 @@ span.flex-inline {
|
|
|
610
610
|
}
|
|
611
611
|
.bond-row .token-info-container {
|
|
612
612
|
display: flex;
|
|
613
|
-
width:
|
|
613
|
+
width: 40%;
|
|
614
614
|
}
|
|
615
615
|
.bond-row .bond-info-columns {
|
|
616
616
|
display: flex;
|
|
617
617
|
flex-direction: row;
|
|
618
618
|
align-items: center;
|
|
619
|
-
width:
|
|
619
|
+
width: 60%;
|
|
620
620
|
justify-content: flex-end;
|
|
621
621
|
}
|
|
622
622
|
@media screen and (min-width: 1000px) {
|