1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

title & meta description

* closes #141
This commit is contained in:
Matthias Kretschmann 2017-06-29 14:51:30 +02:00
parent e9de3e5b60
commit ae150891b2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 9 deletions

View File

@ -7,9 +7,8 @@
.section--firsttransaction { .section--firsttransaction {
.section-title { .section-title {
font-size: $font-size-h3; font-size: $font-size-h3;
text-align: left; margin-top: -($spacer * 2);
margin-top: 0; margin-bottom: $spacer * 3;
margin-bottom: $spacer * 2;
&:after { &:after {
display: none; display: none;
@ -25,11 +24,7 @@
// mnml frm // mnml frm
background: none; background: none;
padding: 0; padding: 0;
min-height: 340px; min-height: 340px;
display: flex;
align-items: center;
flex-wrap: wrap;
.form-group:first-child { .form-group:first-child {
margin-top: 0; margin-top: 0;

View File

@ -4,7 +4,7 @@
# ---------------------------- # ----------------------------
firsttransaction: firsttransaction:
title: "Get your first transaction sent to BigchainDB" title: "Let's write a message into a planetary blockchain database"
message: message:
label: "Type a message" label: "Type a message"
button: "Off you go" button: "Off you go"

View File

@ -2,7 +2,7 @@
layout: page layout: page
title: Get started title: Get started
description: "" description: "Explore drivers, tools & documentation to get started with IPDB & BigchainDB"
js: page-getstarted.min.js js: page-getstarted.min.js