Fix tiles

This commit is contained in:
Jeremy Thomas
2018-04-09 16:33:44 +01:00
parent 25d0ea1136
commit 03c13488a6
10 changed files with 646 additions and 665 deletions

View File

@@ -1,12 +1,12 @@
---
title: Footer
subtitle: "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc."
layout: documentation
hide_carbon: true
doc-tab: layout
doc-subtab: footer
---
{% include subnav/subnav-layout.html %}
{% capture footer_example %}
<footer class="footer">
<div class="container">
@@ -21,15 +21,10 @@ doc-subtab: footer
</footer>
{% endcapture %}
<section class="section">
<div class="container">
<h1 class="title">Footer</h1>
<h2 class="subtitle">
A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc.
</h2>
{% include layout/main-close.html show_carbon=true %}
{% include snippet.html content=footer_example horizontal=true more=true %}
{% include snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
{% include variables.html %}
</div>
</section>
{% include layout/main-open.html %}
{% include variables.html %}