.has-header required in <main>

This commit is contained in:
Adam Bradley
2013-08-26 13:58:10 -05:00
parent 3362303b7d
commit 0a9c45398e
16 changed files with 21 additions and 17 deletions

View File

@@ -17,11 +17,15 @@
<h1 class="title">Panels</h1>
</header>
<main>
<main class="has-header">
<p>A whole bunch of content</p>
</main>
</section>
<section class="panel-content">
Panel!
</section>
</body>
</html>