Skip to content

Commit 0f370c5

Browse files
committed
Update top notices.
1 parent a7bd006 commit 0f370c5

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

app/components/organisms/TopNotices.vue

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
<template>
22
<div class="area-topo-notices-container">
3+
<div class="description">
4+
注目タグ:
5+
</div>
36
<nuxt-link class="link" to="/tag/DeFi">
4-
DeFi特集
7+
DeFi
58
</nuxt-link>
6-
<nuxt-link class="link" to="/tag/mkr">
7-
MKR
9+
<nuxt-link class="link" to="/tag/ブロックチェーンゲーム">
10+
ブロックチェーンゲーム
811
</nuxt-link>
9-
<nuxt-link class="link" to="/tag/synthetix">
10-
SNX
12+
<nuxt-link class="link" to="/tag/dapps">
13+
dapps
1114
</nuxt-link>
12-
<nuxt-link class="link" to="/tag/Compound">
13-
COMP
15+
<nuxt-link class="link" to="/tag/NFT">
16+
NFT
1417
</nuxt-link>
15-
<nuxt-link class="link" to="/tag/Balancer">
16-
BAL
17-
</nuxt-link>
18-
<nuxt-link class="link" to="/tag/CRV">
19-
CRV
20-
</nuxt-link>
21-
<nuxt-link class="link" to="/tag/uniswap">
22-
Uniswap
23-
</nuxt-link>
24-
<nuxt-link class="link" to="/tag/Chainlink">
25-
Chainlink
18+
<nuxt-link class="link" to="/tag/ETH">
19+
ETH
2620
</nuxt-link>
2721
</div>
2822
</template>
@@ -34,6 +28,9 @@
3428
overflow-x: auto;
3529
overflow-y: hidden;
3630
-webkit-overflow-scrolling: touch;
31+
.title {
32+
display: inline-block;
33+
}
3734
}
3835
3936
.popular-article-list-container,
@@ -48,7 +45,7 @@
4845
font-size: 16px;
4946
font-weight: bold;
5047
text-decoration: none;
51-
margin-right: 20px;
48+
margin-right: 10px;
5249
height: 16px;
5350
white-space: nowrap;
5451
}
@@ -103,7 +100,7 @@
103100
104101
@media screen and (max-width: 920px) {
105102
.top-page .description {
106-
margin: 0 20px 0 0;
103+
margin: 0 10px 0 0;
107104
}
108105
}
109106
@@ -119,11 +116,13 @@
119116
}
120117
}
121118
122-
.description {
119+
.top-page .description {
120+
margin: 0 5px 0 0;
123121
font-size: 14px;
124122
}
125123
126124
.link {
125+
margin-right: 10px;
127126
font-size: 14px;
128127
}
129128
}

0 commit comments

Comments
 (0)