fixed layout, again
This commit is contained in:
parent
7847f357c3
commit
7d7231c047
|
@ -24,10 +24,10 @@
|
|||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
<main class="flex-1">
|
||||
<main class="flex-1 flex flex-col">
|
||||
<SectionOutlet SectionName="GlobalHeader" />
|
||||
<input id="narrow-reading-toggle" type="checkbox" class="narrow-reading-toggle" />
|
||||
<div class="container mx-auto px-4 md:px-12 py-8 reading-toggle-target h-full">
|
||||
<div class="flex-1 container mx-auto px-4 md:px-12 py-8 reading-toggle-target h-full">
|
||||
@Body
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue