footer v0

This commit is contained in:
armansansd
2021-06-24 17:10:48 +02:00
parent e1c693f94c
commit 18e6503210
10 changed files with 1025 additions and 16 deletions

View File

@@ -3,13 +3,13 @@
{{ page.footer_top }}
</section>
<section id="footer-bottom" class="row">
<div id="footer-left" class="columns small-1">
<div id="footer-left" class="columns small-3 small-offset-1">
{{ page.footer_bottom_left }}
</div>
<div id="footer-middle" class="columns small-10">
<div id="footer-middle" class="columns small-2 small-offset-0">
{{ page.footer_bottom_middle }}
</div>
<div id="footer-right" class="columns small-1">
<div id="footer-right" class="columns small-4 small-offset-1">
{{ page.footer_bottom_right }}
</div>
</section>