diff --git a/src/components/common/Tool.vue b/src/components/common/Tool.vue index ee3b976c73e5069226a7d6237f31f6d913e7b9a2..460b5e9259376d5551b543a6578e4d26da66b5ba 100644 --- a/src/components/common/Tool.vue +++ b/src/components/common/Tool.vue @@ -77,16 +77,18 @@ export default class Tool extends Vue { } .title { - margin: 4% auto 5% 0%; - font-size: 18px; - color: #FFFFFF; - border-width: 0px; - white-space: nowrap; - text-transform: none; - width: 100%; - height: 100%; - text-align: center; + + margin: 1% auto 1% 0; + font-size: 18px; + color: #fff; + border-width: 0; + white-space: nowrap; + text-transform: none; + width: 100%; + height: 35%; + text-align: center; } + .icon{ width: 32px; height: 32px; diff --git a/src/views/main/Main.vue b/src/views/main/Main.vue index dacc6d3b429b99d01a77e5e369250bcbe3e14594..3c5de9ce5df494f5229c7bc30d16ca0bb310abc1 100644 --- a/src/views/main/Main.vue +++ b/src/views/main/Main.vue @@ -8,12 +8,9 @@ -->