mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
hero subtitle tinkering
This commit is contained in:
parent
f986418eba
commit
364978ae82
@ -33,8 +33,10 @@
|
|||||||
@media ($screen-md) {
|
@media ($screen-md) {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
hgroup {
|
.section-subtitle,
|
||||||
|
.section-description {
|
||||||
max-width: 66%;
|
max-width: 66%;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,10 +37,23 @@ $menu-height-md: 66px;
|
|||||||
|
|
||||||
&::after { display: none; }
|
&::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
|
// intro animation
|
||||||
.section-title,
|
.section-title,
|
||||||
|
.section-subtitle,
|
||||||
.section-description,
|
.section-description,
|
||||||
.hero__action {
|
.hero__action {
|
||||||
.wf-active &,
|
.wf-active &,
|
||||||
|
@ -6,7 +6,8 @@ title: Enterprise
|
|||||||
js: page-enterprise.min.js
|
js: page-enterprise.min.js
|
||||||
|
|
||||||
hero:
|
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."
|
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:
|
cta:
|
||||||
- name: Get in touch
|
- name: Get in touch
|
||||||
@ -42,6 +43,7 @@ partners:
|
|||||||
<div class="hero__content row row--wide">
|
<div class="hero__content row row--wide">
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1 class="section-title">{{ page.hero.title }}</h1>
|
<h1 class="section-title">{{ page.hero.title }}</h1>
|
||||||
|
<h2 class="section-subtitle">{{ page.hero.subtitle }}</h2>
|
||||||
<p class="section-description">{{ page.hero.description }}</p>
|
<p class="section-description">{{ page.hero.description }}</p>
|
||||||
|
|
||||||
{% for cta in page.hero.cta %}
|
{% for cta in page.hero.cta %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user