1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

hero subtitle tinkering

This commit is contained in:
Matthias Kretschmann 2017-04-18 12:44:17 +02:00
parent f986418eba
commit 364978ae82
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 19 additions and 2 deletions

View File

@ -33,8 +33,10 @@
@media ($screen-md) {
height: auto;
hgroup {
.section-subtitle,
.section-description {
max-width: 66%;
margin-left: 0;
}
}

View File

@ -37,10 +37,23 @@ $menu-height-md: 66px;
&::after { display: none; }
}
.section-subtitle {
font-size: $font-size-h4;
@media ($screen-sm) {
font-size: $font-size-h3;
}
@media ($screen-md) {
font-size: $font-size-h2;
}
}
}
// intro animation
.section-title,
.section-subtitle,
.section-description,
.hero__action {
.wf-active &,

View File

@ -6,7 +6,8 @@ title: Enterprise
js: page-enterprise.min.js
hero:
title: "Bring the best of blockchain to your enterprise with BigchainDB."
title: "Performance, scale and geared for builders."
subtitle: "Bring the best of blockchain to your enterprise."
description: "From ideation to production, BigchainDB has the team and technology to deploy enterprise-grade applications and platforms for businesses looking to build the tools of tomorrow."
cta:
- name: Get in touch
@ -42,6 +43,7 @@ partners:
<div class="hero__content row row--wide">
<hgroup>
<h1 class="section-title">{{ page.hero.title }}</h1>
<h2 class="section-subtitle">{{ page.hero.subtitle }}</h2>
<p class="section-description">{{ page.hero.description }}</p>
{% for cta in page.hero.cta %}