show CTA banner
This commit is contained in:
@@ -212,7 +212,7 @@ a:hover {
|
|||||||
line-height: 3rem;
|
line-height: 3rem;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
/* animation: fadeOut 7s forwards; */
|
animation: fadeOut 7s forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeOut {
|
@keyframes fadeOut {
|
||||||
@@ -393,7 +393,7 @@ em {
|
|||||||
nav {
|
nav {
|
||||||
margin-top:3rem;
|
margin-top:3rem;
|
||||||
font-size:1.6em;
|
font-size:1.6em;
|
||||||
/* animation: adjustMargin 10s forwards; */
|
animation: adjustMargin 10s forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes adjustMargin {
|
@keyframes adjustMargin {
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload|raw }}'{% endif %}>
|
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload|raw }}'{% endif %}>
|
||||||
|
|
||||||
{# CTA banner #}
|
{# CTA banner #}
|
||||||
{#<div class="cta">{% include 'partials/cta.html.twig' %}</div>#}
|
<div class="cta">{% include 'partials/cta.html.twig' %}</div>
|
||||||
|
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
|
|||||||
Reference in New Issue
Block a user