mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix tiles
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user