1
0
Fork 0

chore(docs): layout fix

This commit is contained in:
Shipow 2015-12-23 23:28:26 +01:00
parent af6db395b7
commit c457177ea8

View file

@ -2,11 +2,12 @@
layout: default layout: default
--- ---
<div class="container main-content"> <div class="container main-content m800 m-l-r-auto">
<header class="page-header"> <header class="page-header">
<h1 class="page-title">{{ page.title }}</h1> <h1 class="page-title">{{ page.title }}</h1>
</header> </header>
<article class="page-content"> <article class="page-content">
{{ content }} {{ content }}
</article> </article>
<div class="spacer80"></div>
</div> </div>