fixed layout bug
This commit is contained in:
parent
5c78e5a391
commit
5bb93c32e6
|
@ -27,7 +27,7 @@
|
||||||
<main class="flex-1">
|
<main class="flex-1">
|
||||||
<SectionOutlet SectionName="GlobalHeader" />
|
<SectionOutlet SectionName="GlobalHeader" />
|
||||||
<input id="narrow-reading-toggle" type="checkbox" class="narrow-reading-toggle" />
|
<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">
|
<div class="container mx-auto px-4 md:px-12 py-8 reading-toggle-target h-full">
|
||||||
@Body
|
@Body
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue