diff --git a/_src/_assets/styles/bigchain/_hero.scss b/_src/_assets/styles/bigchain/_hero.scss index aae395e..833749c 100644 --- a/_src/_assets/styles/bigchain/_hero.scss +++ b/_src/_assets/styles/bigchain/_hero.scss @@ -65,6 +65,13 @@ $menu-height-md: 66px; } } +.hero .section-description { + .wf-active &, + .wf-inactive & { + animation-delay: .3s; + } +} + .hero__action { .wf-active &, .wf-inactive & { diff --git a/_src/enterprise.html b/_src/enterprise.html index 15a7151..3450f5c 100644 --- a/_src/enterprise.html +++ b/_src/enterprise.html @@ -105,7 +105,7 @@ contact:
{{ page.hero.description }}
{% for cta in page.hero.cta %} - {{ cta.name }} + {{ cta.name }} {% endfor %}