smartphone home

This commit is contained in:
armansansd
2021-09-02 20:41:14 +02:00
parent 18114c9846
commit 87ae7fb4db
7 changed files with 118 additions and 6 deletions

View File

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