mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
copy update
This commit is contained in:
parent
e12de2bace
commit
e52fe1bcc3
@ -6,3 +6,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section--whitepaper-download {
|
||||
.section-header + .text-center {
|
||||
margin-top: -$spacer;
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
<section class="section section-whitepaper-download background--photo">
|
||||
<section class="section section--whitepaper-download background--photo">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
||||
<p class="section-description">{{ page.whitepaper.text }}</p>
|
||||
{% if page.whitepaper.text %}
|
||||
<p class="section-description">{{ page.whitepaper.text }}</p>
|
||||
{% endif %}
|
||||
</header>
|
||||
|
||||
<p class="text-center">
|
||||
|
@ -10,7 +10,6 @@ header: photo3.jpg
|
||||
|
||||
whitepaper:
|
||||
title: Whitepaper Downloads
|
||||
text: The whitepaper is a living document...
|
||||
updated: 2018-05-14
|
||||
files:
|
||||
- file: bigchaindb-whitepaper.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user