调整首页investors的间距

This commit is contained in:
cebgcontract 2022-03-02 13:00:39 +08:00
parent bc7dd55837
commit 06ecf20b8b

View File

@ -53,7 +53,7 @@ export default class extends Vue {
.list{
display: grid;
grid-template-columns: repeat(3, 33.33%);
gap: 50px;
gap: 1px;
align-items: center;
margin-bottom: 20px;
justify-content: space-between;