diff --git a/src/components/market/NftInfo.vue b/src/components/market/NftInfo.vue index 96e82c4..5bc883e 100644 --- a/src/components/market/NftInfo.vue +++ b/src/components/market/NftInfo.vue @@ -1,9 +1,8 @@ @@ -107,6 +109,15 @@ export default class extends Vue { color: white; flex-direction: column; font-size: 11px; + box-sizing: border-box; + .coming{ + width: 100%; + height: 55px; + color: #6B6E91; + text-align: center; + line-height: 55px; + font-size: 1.5em; + } .two-col-info { display: flex; flex-direction: row; @@ -188,6 +199,13 @@ export default class extends Vue { display: flex; } } + .coming{ + color: #6B6E91; + text-align: center; + line-height: 55px; + margin-top: auto; + margin-bottom: auto; + } .one-info{ display: flex; flex-direction: row; diff --git a/src/components/market/nft/HeroNft.vue b/src/components/market/nft/HeroNft.vue index df46709..6c45578 100644 --- a/src/components/market/nft/HeroNft.vue +++ b/src/components/market/nft/HeroNft.vue @@ -1,5 +1,5 @@