diff --git a/public/index.html b/public/index.html index ec7203e..507601c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,9 @@ - + + + <%= htmlWebpackPlugin.options.title %> diff --git a/src/components/tokennomic/TabAllocation.vue b/src/components/tokennomic/TabAllocation.vue index ca13da2..5f9928e 100644 --- a/src/components/tokennomic/TabAllocation.vue +++ b/src/components/tokennomic/TabAllocation.vue @@ -1,15 +1,20 @@ @@ -29,11 +36,41 @@ export default class extends Vue { display: flex; flex-direction: column; align-items: center; + .main-img{ + width: 756px; + } + .schedule{ + width: 756px; + margin-bottom: 90px; + } } -.main-img{ - width: 756px; -} -.schedule{ - margin-bottom: 90px; +.root.mobile{ + width: 100vw; + .main-img-container{ + width: 84vw; + margin-left: auto; + margin-right: auto; + overflow-y: hidden; + overflow-x: scroll; + padding-bottom: 8vw; + &::-webkit-scrollbar{ + height: 4px; + display: block; + background-color: #313131; + border-radius: 2px; + } + &::-webkit-scrollbar-thumb { + background-color: #8C8C8C; + border-radius: 2px; + } + .main-img { + height: 90vw; + width: unset; + } + .schedule{ + width: 100vw; + margin-bottom: 0; + } + } } diff --git a/src/components/tokennomic/TabBar.vue b/src/components/tokennomic/TabBar.vue index 5231c2b..64be06e 100644 --- a/src/components/tokennomic/TabBar.vue +++ b/src/components/tokennomic/TabBar.vue @@ -1,5 +1,5 @@