add download link to navbar

-decrease title size on mobile
-increase padding between navbar items
This commit is contained in:
Danil Kovtonyuk 2020-02-09 01:18:00 +10:00
parent 9378f242c7
commit 798fb614fc
5 changed files with 16 additions and 13 deletions

View File

@ -17,19 +17,10 @@
padding-left: .75rem; padding-left: .75rem;
padding-right: .75rem; padding-right: .75rem;
@include tablet { @include tablet-only {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
@include desktop {
> .container { > .container {
.navbar-brand { .navbar-brand {
margin-left: 0; margin-left: 0;
.navbar-item {
padding-left: 0;
}
} }
} }
} }
@ -47,6 +38,13 @@
.logo { .logo {
height: 40px; height: 40px;
} }
.navbar-menu {
.navbar-item {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
}
} }
.title { .title {

View File

@ -9,6 +9,9 @@
<b-navbar-item href="#"> <b-navbar-item href="#">
Instructions Instructions
</b-navbar-item> </b-navbar-item>
<b-navbar-item href="#">
Download contributions
</b-navbar-item>
</template> </template>
</b-navbar> </b-navbar>
</template> </template>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="ceremony"> <div class="ceremony">
<h1 class="title is-size-1 is-spaced"> <h1 class="title is-size-1 is-size-2-mobile is-spaced">
Hello, <span>@{{ userHandle }}</span> Hello, <span>@{{ userHandle }}</span>
</h1> </h1>
<h2 class="subtitle"> <h2 class="subtitle">

View File

@ -1,6 +1,8 @@
<template> <template>
<div class="ceremony"> <div class="ceremony">
<h1 class="title is-size-1 is-spaced">Tornado.cash <span>Trusted Setup Ceremony</span></h1> <h1 class="title is-size-1 is-size-2-mobile is-spaced">
Tornado.cash <span>Trusted Setup Ceremony</span>
</h1>
<p class="p is-size-6"> <p class="p is-size-6">
zk-SNARKs require a pre-existing setup between the prover and verifier. A set of public zk-SNARKs require a pre-existing setup between the prover and verifier. A set of public
parameters define the rules of the game for the construction of zk-SNARKs. Please contribute parameters define the rules of the game for the construction of zk-SNARKs. Please contribute

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="ceremony"> <div class="ceremony">
<h1 class="title is-size-1 is-spaced"> <h1 class="title is-size-1 is-size-2-mobile is-spaced">
Hello, <span>@{{ userHandle }}</span> Hello, <span>@{{ userHandle }}</span>
</h1> </h1>
<h2 class="subtitle"> <h2 class="subtitle">