mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
.has-header required in <main>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user