mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2025-02-14 21:10:45 +01:00
add download link to navbar
-decrease title size on mobile -increase padding between navbar items
This commit is contained in:
parent
9378f242c7
commit
798fb614fc
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -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">
|
||||||
|
@ -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
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user