diff --git a/_src/_assets/styles/_page-getstarted.scss b/_src/_assets/styles/_page-getstarted.scss index 30346f6..258eddc 100644 --- a/_src/_assets/styles/_page-getstarted.scss +++ b/_src/_assets/styles/_page-getstarted.scss @@ -7,9 +7,8 @@ .section--firsttransaction { .section-title { font-size: $font-size-h3; - text-align: left; - margin-top: 0; - margin-bottom: $spacer * 2; + margin-top: -($spacer * 2); + margin-bottom: $spacer * 3; &:after { display: none; @@ -25,11 +24,7 @@ // mnml frm background: none; padding: 0; - min-height: 340px; - display: flex; - align-items: center; - flex-wrap: wrap; .form-group:first-child { margin-top: 0; diff --git a/_src/_data/getstarted.yml b/_src/_data/getstarted.yml index ae0c007..23e92a7 100644 --- a/_src/_data/getstarted.yml +++ b/_src/_data/getstarted.yml @@ -4,7 +4,7 @@ # ---------------------------- firsttransaction: - title: "Get your first transaction sent to BigchainDB" + title: "Let's write a message into a planetary blockchain database" message: label: "Type a message" button: "Off you go" diff --git a/_src/getstarted.html b/_src/getstarted.html index 1877702..4e44b08 100644 --- a/_src/getstarted.html +++ b/_src/getstarted.html @@ -2,7 +2,7 @@ layout: page title: Get started -description: "" +description: "Explore drivers, tools & documentation to get started with IPDB & BigchainDB" js: page-getstarted.min.js