<p>Hello world</p>
<div class="footer">This is footer text</div>
<p>Hello world</p>
<div class="footer">{{ text }}</div>
text: This is footer text
/*------------------------------------*\
#FOOTER
\*------------------------------------*/
/**
* Footer
*/
.c-footer {
clear: both;
overflow: hidden;
background: $color-brand-green-dark;
color: $color-white;
line-height: 1.2;
padding: 1em 0;
}
/**
* Footer nav
*/
.c-footer__info {
max-width: 40em;
a {
color: $color-gray-15;
/*text-decoration: underline;*/
&:hover, &:focus {
text-decoration: none;
}
}
}
hello world