Add score tag indicator

This commit is contained in:
pluja 2021-09-02 18:06:46 +02:00
parent c5a0f9660b
commit 5e5dc1f8e7

View file

@ -4,13 +4,13 @@
<header> <header>
<h1 class="leaderboard__title"> <h1 class="leaderboard__title">
<span class="leaderboard__title--top">Exchanges</span> <span class="leaderboard__title--top">Exchanges</span>
<span class="leaderboard__title--bottom" <span class="leaderboard__title--bottom"></span>
>+ <b>K</b>YCNOT.ME <b>S</b>CORE</span + <u>K</u>YCNOT.ME<u> S</u>CORE </span>
>
</h1> </h1>
</header> </header>
<main class="leaderboard__profiles"> <main class="leaderboard__profiles">
<span class="tag is-dark score-indicator"> <a href="/about#score">SCORE</a></span>
{% for exchange in data['exchanges'] %} {% include '_exchange_line.html' {% for exchange in data['exchanges'] %} {% include '_exchange_line.html'
%} {% endfor %} %} {% endfor %}
</main> </main>
@ -22,6 +22,19 @@
place-items: center; place-items: center;
display: grid; display: grid;
} }
.score-indicator{
justify-self: flex-end;
z-index: 6;
position: relative;
top: 25px;
margin: 0 !important;
}
.score-indicator a{
color: white;
}
.leaderboard { .leaderboard {
max-width: 600px; max-width: 600px;
width: 100%; width: 100%;