diff --git a/src/assets/logos/chain_capital.png b/src/assets/logos/chain_capital.png
new file mode 100755
index 0000000..a83cdcd
Binary files /dev/null and b/src/assets/logos/chain_capital.png differ
diff --git a/src/components/index/InvestorsSection.vue b/src/components/index/InvestorsSection.vue
index 8d38003..2f59731 100644
--- a/src/components/index/InvestorsSection.vue
+++ b/src/components/index/InvestorsSection.vue
@@ -13,6 +13,9 @@
+
+
+
@@ -54,14 +57,18 @@ export default class extends Vue {
margin-top: 70px;
}
.list{
- display: grid;
- grid-template-columns: repeat(3, 33.33%);
- gap: 1px;
+ display: flex;
align-items: center;
+ flex-wrap: wrap;
margin-bottom: 20px;
justify-content: space-between;
- width: 1200px;
- justify-items: center;
+ width: 1400px;
+ a:nth-child(5) {
+ margin-left: 100px;
+ }
+ a:nth-child(7) {
+ margin-right: 100px;
+ }
.coso{
width: 200px;
}
@@ -87,10 +94,21 @@ export default class extends Vue {
margin-bottom: 10vw;
}
.list{
+ display: grid;
+ grid-template-columns: repeat(3,33.33%);
+ align-items: center;
margin-bottom: 5vw;
+ flex-wrap: unset;
justify-content: space-between;
width: 100vw;
gap: 1vw;
+ justify-items: center;
+ a:nth-child(5) {
+ margin-left: unset;
+ }
+ a:nth-child(7) {
+ margin-right: unset;
+ }
.coso{
width: 25vw;
height: 25vw;